Last active
July 30, 2024 01:21
-
-
Save lhsfcboy/11e2673f0cda4605f170c5f7f4300246 to your computer and use it in GitHub Desktop.
quick demo of itchat
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
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