Skip to content

Instantly share code, notes, and snippets.

@jsleetw
Created March 28, 2018 10:29
Show Gist options
  • Save jsleetw/14c18f2ed38ba06e27040f9846fcdfd1 to your computer and use it in GitHub Desktop.
Save jsleetw/14c18f2ed38ba06e27040f9846fcdfd1 to your computer and use it in GitHub Desktop.
find and replace
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