Skip to content

Instantly share code, notes, and snippets.

@aduzsardi
Created November 7, 2018 10:23
Show Gist options
  • Save aduzsardi/f5e2f9ca15ee3bc3ff4288a1b3112b2d to your computer and use it in GitHub Desktop.
Save aduzsardi/f5e2f9ca15ee3bc3ff4288a1b3112b2d to your computer and use it in GitHub Desktop.
select text block
sed -i -ne '/<!-- BEGIN realm -->/ {p; r realm.xml' -e ':a; n; /<!-- END realm -->/ {p; b}; ba}; p' server.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment