如何查找修改时间为 1970-01-01 的文件

要查找这些修改时间有问题的文件,使用

find_bad_mtime.sh
find . ! -newermt 1970-01-02

Check out similar posts by category: Linux