Skip to content

Instantly share code, notes, and snippets.

@btbytes
Created September 23, 2010 21:54
Show Gist options
  • Select an option

  • Save btbytes/594457 to your computer and use it in GitHub Desktop.

Select an option

Save btbytes/594457 to your computer and use it in GitHub Desktop.
grep "text/html$" */*/* | awk '{print $1};' | awk 'BEGIN { FS= ":" } ; {print $1;}' | xargs sed -i 's/text\/html/html/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment