Created
May 1, 2010 07:23
-
-
Save udonchan/386123 to your computer and use it in GitHub Desktop.
糞なHTMLを少しはマシに整形する最初の段階
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
nkf -w8 unchi.html|tr -d '\r\n'|tr -d '\t'|tr -s ' ' ' '|nkf -s >madamashi.html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment