Skip to content

Instantly share code, notes, and snippets.

@dapseen
Created November 16, 2019 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dapseen/cef0973d9af73eb5fed11c28d4d59bc1 to your computer and use it in GitHub Desktop.
Save dapseen/cef0973d9af73eb5fed11c28d4d59bc1 to your computer and use it in GitHub Desktop.
using find with xargs
find . -name "*.png" | xargs rm
#https://shapeshed.com/unix-xargs/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment