Cést La Vie
To details day to day interesting events or incidents that I happen to come across
Showing posts with label
unix
.
Show all posts
Showing posts with label
unix
.
Show all posts
Thursday, September 10, 2009
Remove files that is older thatn 7 days in Unix
find . -name "fullfiles*" -type f -mtime +7 -exec rm -f {} \;
where fullfiles is the name of the files (prefix) that you wish to remove
Older Posts
Home
Subscribe to:
Posts (Atom)