/ Published in: Bash
Expand |
Embed | Plain Text
find . -iname '*.html' | xargs sed -e '/<\/head>/i\ <link rel="stylesheet" type="text/css" href="style.css" />\ ' -i .bak
You need to login to post a comment.
find . -iname '*.html' | xargs sed -e '/<\/head>/i\ <link rel="stylesheet" type="text/css" href="style.css" />\ ' -i .bak
You need to login to post a comment.