Created
May 27, 2016 12:25
-
-
Save korsmakolnikov/971fd9ada93e44fa4ef680e2bd0f77c5 to your computer and use it in GitHub Desktop.
Remove some files by name with exceptions by name
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 . -iname 'app_*' ! -name 'app_e2e.php' ! -name 'app_dev*' -type f -exec rm -f {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment