Linuxos4all
Here we are going to discuss about Operating system, Networking and open source tools issues.
Sunday, February 27, 2011
How to delete the files more than 24 hours in linux
For e.g. delete the files from /tmp/test directory
find /tmp/test -mmin +1440 -type f -exec rm -f {} \;
Test Remove Files
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment