摘要: package ersatz; import org.junit.jupiter.api.Test; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStre 阅读全文
posted @ 2021-08-05 15:30 ascertain 阅读(67) 评论(0) 推荐(0)
摘要: touch 属于 GNU核心包 touch 用来更新文件的 atime mtime, 如果 FILE 不存在,将会创建新文件,如果 指定 --no-create --no-dereference 则不会创建 symbolic links touch 修改文件时间戳 可使用 -d --date 或 - 阅读全文
posted @ 2021-08-05 11:13 ascertain 阅读(63) 评论(0) 推荐(0)