Skip to content

Instantly share code, notes, and snippets.

@a1phanumeric
Created January 9, 2013 09:04
Show Gist options
  • Select an option

  • Save a1phanumeric/4491730 to your computer and use it in GitHub Desktop.

Select an option

Save a1phanumeric/4491730 to your computer and use it in GitHub Desktop.

Revisions

  1. a1phanumeric created this gist Jan 9, 2013.
    1 change: 1 addition & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    find /path/to/dir/* -type f -exec sed -i '' 's/FIND_STRING/REPLACE_STRING/g' {} \;