“Como substituir a string em um sed json” Respostas de código

Substitua o texto por sed

sed -i 's/old-text/new-text/g' input.txt
Clear Caterpillar

Como substituir a string em um sed json

#You can replace like below

#Linux
sed -i 's/old-text/new-text/g' "/path/to/the-file"

#MacOS
sed -i "" 's/old-text/new-text/g' "/path/to/the-file"
sandy_codes_py

Respostas semelhantes a “Como substituir a string em um sed json”

Perguntas semelhantes a “Como substituir a string em um sed json”

Mais respostas relacionadas para “Como substituir a string em um sed json” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código