Linux
find . -name *.ht* | while read i; do tidy -f tidy-errors.txt -m -utf8 --drop-empty-elements no --indent yes --clean yes --wrap 80 --tidy-mark no $i; done
find . -name *.ht* | while read i; do tidy -f tidy-errors.txt -m -utf8 --drop-empty-elements no --indent yes --clean yes --wrap 80 --tidy-mark no $i; done
© 2024 Code0x378