Skip to content

Instantly share code, notes, and snippets.

@leganz
Created March 18, 2021 10:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leganz/bca9f64e33a2b3263108269564e8832b to your computer and use it in GitHub Desktop.
Save leganz/bca9f64e33a2b3263108269564e8832b to your computer and use it in GitHub Desktop.
This command snippet beautifies a ugly xml into a "pretty" one.
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