Core Coding

Linux Recursive Delete

  Core Coding Free Files
Sift through a bunch of directories and delete only specific files.
find /path_to_search -type f -name "*the_patern*" -exec rm {} \;

Go back to resources
Home Mail Login