Created
September 26, 2019 14:42
-
-
Save benweizhu/fd31b65fddb3ee8aa5a4913bb70ba7a8 to your computer and use it in GitHub Desktop.
replace text and new line
This file contains 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
sed ':a;N;$!ba;s/\n/ /g' input.txt | |
sed -i 's/old-text/new-text/g' input.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment