Tag: xargs
-
Removing files called X and containing Y in Bash
I recently had cause to remove all files with a particular name and containing a particular string from some production servers. Below is the Gist I used to do it.
I recently had cause to remove all files with a particular name and containing a particular string from some production servers. Below is the Gist I used to do it.