Linux系统touch命令改变文件的创建时间
使用touch命令:将文件的时间修改为2013年1月21日19点25分touch -c -m -t 201301211925 version.dat 前提是必须有这个文件。解释说明:-c表示不创建文件 --no-create do not create any files-m仅仅改变时间 change only the modification time-t表示时间戳...
·
使用touch命令:将文件的时间修改为2013年1月21日19点25分
touch -c -m -t 201301211925 version.dat 前提是必须有这个文件。
解释说明:
-c表示不创建文件 --no-create do not create any files
-m仅仅改变时间 change only the modification time
-t表示时间戳STAMP use [[CC]YY]MMDDhhmm[.ss] instead of current time
在Linux系统里面可以通过命令man touch 查看touch的使用方法
更多推荐
已为社区贡献3条内容
所有评论(0)