Search snippets
Browse Code Answers
FAQ
Usage docs
Log In
Sign Up
Home
Whatever
bash get files older than
Ariana
Programming language:
Whatever
2021-06-24 22:51:10
0
Q:
bash get files older than
Rasputin
Code:
Whatever
2021-06-30 03:59:18
find your/folder -type f -mtime +13 -exec rm {} \;
0
Tags
get
file
files
Related
bash find file by name
bash find term in files
bash find and replace all files with specifc name with another file
bash find all files containing string
New to Communities?
Join the community