Skip to content

Instantly share code, notes, and snippets.

@DuqueDeTuring
Created July 4, 2015 03:39
Show Gist options
  • Save DuqueDeTuring/1d43acd580845d1fb0a3 to your computer and use it in GitHub Desktop.
Save DuqueDeTuring/1d43acd580845d1fb0a3 to your computer and use it in GitHub Desktop.
Renombrar index.html a HTMLTITLETAG.html / Rename index.html to HTMLTITLETAG.html
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