Created
November 16, 2019 11:09
-
-
Save dapseen/cef0973d9af73eb5fed11c28d4d59bc1 to your computer and use it in GitHub Desktop.
using find with xargs
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
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