“Como adicionar string em todos os htmls com Linux” Respostas de código

Como adicionar string em todos os htmls com Linux

sed -i -e '\@</body>@i\New stuff' *.html
Disgusted Deer

Como adicionar string em todos os htmls com Linux

sed -i -e '/<!-- insert here -->/a\New stuff' *.html
Disgusted Deer

Respostas semelhantes a “Como adicionar string em todos os htmls com Linux”

Perguntas semelhantes a “Como adicionar string em todos os htmls com Linux”

Mais respostas relacionadas para “Como adicionar string em todos os htmls com Linux” em HTML

Procure respostas de código populares por idioma

Procurar outros idiomas de código