Created
March 9, 2018 19:38
-
-
Save Dammmien/499856f2c4e0ea8b41bc4dab0b4b32ee to your computer and use it in GitHub Desktop.
Revisions
-
Dammmien created this gist
Mar 9, 2018 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ for FILE in $(find . -name "*.svg"); do grep -qR $(basename "$FILE") * || echo "you can remove $FILE" done