Created
July 4, 2015 03:39
-
-
Save DuqueDeTuring/1d43acd580845d1fb0a3 to your computer and use it in GitHub Desktop.
Renombrar index.html a HTMLTITLETAG.html / Rename index.html to HTMLTITLETAG.html
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
mv index.html "`xmllint --xpath /html/head/title index.html | sed '/^\/ >/d' | sed 's/<[^>]*.//g'`.html" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment