Skip to content

Instantly share code, notes, and snippets.

@Debdut
Created December 5, 2021 10:01
Show Gist options
  • Save Debdut/9f69c7c046d56ec31d27ec465b6426a1 to your computer and use it in GitHub Desktop.
Save Debdut/9f69c7c046d56ec31d27ec465b6426a1 to your computer and use it in GitHub Desktop.
Find and Delete Files in Linux
find ~ -name "<pattern>" -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment