How to find files with 1970-01-01 modification time

To find these files with a bad modification time, use

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

Check out similar posts by category: Linux