Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个小脚本来创建目录列表
你可以像这样使用它
./createDiectoryListing.sh SOME_DIRECTORY
它将创建一个index.html显示文件列表,这是一个示例
index.html
但是我发现有时文件的日期修改属性更改为我运行脚本的时间。
在我的脚本中,我只是md5sum用来计算文件的哈希值,我从不更改内容。
md5sum
真的很烦,所有文件都有相同的修改日期,在我运行脚本之后
不知道为什么,谁能帮帮我,谢谢。
好的。我想到了。原因是我使用 git 来管理文件。在分支之间切换时,日期属性会发生变化。