Posts from '2005' - 2

Posts from '2005' - 2

$ rm -f /Dir/**/*(.mh+3) # deletes all regular file in /Dir that are older than 3 hours $ rm -f /Dir/**/*(@mm+3) # deletes all symlinks in /Dir that are older than 3 minutes $ rm -f /Dir/**/*(ms+30^/) # deletes all non dirs in /Dir that a ... read more →