Created
March 18, 2021 10:23
-
-
Save leganz/bca9f64e33a2b3263108269564e8832b to your computer and use it in GitHub Desktop.
This command snippet beautifies a ugly xml into a "pretty" one.
This file contains hidden or 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 sheet1.xml | tidy -xml -iq > output.xml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment