“SED Ajouter une ligne après le match” Réponses codées

SED Ajouter une ligne après un match

sed -i '/pattern to match/a line_to_add_after_after_the_line_matched' file
Clever Cod3

SED Ajouter une ligne après le match

sed '/^anothervalue=.*/a after=me' test.txt
Elegant Elk

SED Ajouter une ligne après un match

sed -i '/pettern to match/a line_to_add_after_after_the_line_matched' file
Clever Cod3

Réponses similaires à “SED Ajouter une ligne après le match”

Questions similaires à “SED Ajouter une ligne après le match”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code