Created
April 23, 2013 14:34
-
-
Save gdevanla/5444061 to your computer and use it in GitHub Desktop.
Replace text in file inline and create a backup up old file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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