Michael's Domain

The fact that everything looks different doesn't mean that all has changed

Finding files that have been modified during the last specified period of time (find -cmin)

To find files in the current directory and its subdirectories that have been modified (= created or updated) 2 minutes ago
find . -cmin 2 To find files in the current directory and its subdirectories that have been modified (= created or updated) within the last 2 minutes find . -cmin -2


© Michael Jeltsch 2006

Powered by Drupal - Design by M&M