Created
December 5, 2014 13:40
-
-
Save adfinlay/9a465cf0e5a953aa5542 to your computer and use it in GitHub Desktop.
Remove all files matching search, with prompt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo find / -name 'filename.file' -exec rm -i {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment