Created
March 28, 2018 10:29
-
-
Save jsleetw/14c18f2ed38ba06e27040f9846fcdfd1 to your computer and use it in GitHub Desktop.
find and replace
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
grep -r -l 'far fa-minus' . | sort | uniq | xargs perl -e "s/far fa-minus//" -pi | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment