Skip to content

Instantly share code, notes, and snippets.

@benweizhu
Created September 26, 2019 14:42
Show Gist options
  • Save benweizhu/fd31b65fddb3ee8aa5a4913bb70ba7a8 to your computer and use it in GitHub Desktop.
Save benweizhu/fd31b65fddb3ee8aa5a4913bb70ba7a8 to your computer and use it in GitHub Desktop.
replace text and new line
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