Skip to content

Instantly share code, notes, and snippets.

@tarsisazevedo
Created October 26, 2011 18:18
Show Gist options
  • Select an option

  • Save tarsisazevedo/1317229 to your computer and use it in GitHub Desktop.

Select an option

Save tarsisazevedo/1317229 to your computer and use it in GitHub Desktop.
sed para modificar uma palavra num arquivo
git grep "cufon" | awk -F ":" '{print $1}' | xargs sed -i .bak 's/antigo/novo/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment