Yet another perfect piece of toast
help yourself to it
Wednesday, April 16, 2008
Find files and delete
The first time I used "find" to delete all old and obsolete temporary files:
# find /xxx/tmp/ -ctime +14 -exec /bin/rm '{}' \;
$ find . -name '*.zip' -exec unzip {} \;
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment