Skip to content

Instantly share code, notes, and snippets.

@adfinlay
Created December 5, 2014 13:40
Show Gist options
  • Save adfinlay/9a465cf0e5a953aa5542 to your computer and use it in GitHub Desktop.
Save adfinlay/9a465cf0e5a953aa5542 to your computer and use it in GitHub Desktop.
Remove all files matching search, with prompt
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