bagaimana menambahkan string di semua html dengan linux
sed -i -e '\@</body>@i\New stuff' *.html
Disgusted Deer
sed -i -e '\@</body>@i\New stuff' *.html
sed -i -e '/<!-- insert here -->/a\New stuff' *.html