Skip to content

Instantly share code, notes, and snippets.

@javierav
Created October 15, 2014 07:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save javierav/ee1c24fa9f3460d1d0c5 to your computer and use it in GitHub Desktop.
Save javierav/ee1c24fa9f3460d1d0c5 to your computer and use it in GitHub Desktop.
bash tips

Bash Tips

text replace in some files

grep -rl "windows" . | xargs sed -i "s/windows/linux/g"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment