Revision: 9985
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at December 2, 2008 14:20 by ascarion
Initial Code
find . -iname '*.html' | xargs sed -e '/<\/head>/i\ <link rel="stylesheet" type="text/css" href="style.css" />\ ' -i .bak
Initial URL
Initial Description
Initial Title
Insert css file into many html files
Initial Tags
css, html
Initial Language
Bash