How can I do a search in linux to find any files opened in last 20 days ?
THanks
How can I do a search in linux to find any files opened in last 20 days ?
THanks
Then you can grep the outputCode:find / -type f -mtime -20 > modified.txt
Last edited by somabc; 2nd November 2010 at 12:57 PM.
There are currently 1 users browsing this thread. (0 members and 1 guests)