Finding a recently modified file in your filesystem

Finding a recently modified file in your filesystem

Replace MMDD0000 with todays month (MM) and day (DD)


$ touch -t 05040000 /tmp/timestamp
$ find ~ -newer /tmp/timestamp

Leave a Reply