Skip to content

Instantly share code, notes, and snippets.

@lhsfcboy
Last active July 30, 2024 01:21
Show Gist options
  • Save lhsfcboy/11e2673f0cda4605f170c5f7f4300246 to your computer and use it in GitHub Desktop.
Save lhsfcboy/11e2673f0cda4605f170c5f7f4300246 to your computer and use it in GitHub Desktop.
quick demo of itchat
cat input.xml | awk '{
gsub(/></,">\n<")
}1' | sed -e 's/^/ /' -e 's/ <\//<\//'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment