Skip to content

Instantly share code, notes, and snippets.

@gdevanla
Created April 23, 2013 14:34
Show Gist options
  • Save gdevanla/5444061 to your computer and use it in GitHub Desktop.
Save gdevanla/5444061 to your computer and use it in GitHub Desktop.
Replace text in file inline and create a backup up old file.
for i in `ls uc*`;do `sed -i .bckp -e '/textarea/,/textarea/!d' $i` ; done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment