Skip to content

Instantly share code, notes, and snippets.

@ryan5500
Created August 11, 2009 00:11
Show Gist options
  • Save ryan5500/165518 to your computer and use it in GitHub Desktop.
Save ryan5500/165518 to your computer and use it in GitHub Desktop.
#!/bin/sh
grep -irl 'match_twit' ./t | xargs -n 1 sh forxargs.sh
#!/bin/sh
cat $1 > tmp.txt
sed -e 's/match_twit/MatchTwit/g' tmp.txt > $1
rm tmp.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment