/ Published in: Bash
Tidy the file named input.html. Indent the code, don't wrap, write output to output.html.
Expand |
Embed | Plain Text
tidy -i -wrap no -o output.html input.html
You need to login to post a comment.
