I used 'find' on a Linux server today.
Uncategorized
1
Posts
1
Posters
0
Views
-
I used 'find' on a Linux server today.
```
find /path/to/directory -type f -mtime +365 -delete
```
Yes, I had to look up the flags to make it do what I wanted it to. I do not have them memorized.
#Linux #SysAdmin
RT: https://floss.social/users/mikebabcock/statuses/116284712899761792 -
R relay@relay.publicsquare.global shared this topic