| Liam Delahunty: Home | Tips | Design | Web | Words | Links | Contact |
|---|
|
Sponsors: Think I deserve a present? See my Amazon Wish List |
Linux - Find files edited today
Find all files in this directory (.) modified in the last day (-mtime -1) that aren't directories (\! -type d) and execute the list function on them ls -l That would produce (on this directory at the time of writing):
Share this! Linux Find Exclude Multiple Directories | Linux Find Files Edited Today | Linux Find Prune And Ignore Directories Link here: |