“SED IMPRESSE DE MATCH à la fin du fichier” Réponses codées

SED IMPRESSE DE MATCH à la fin du fichier

For retrieving part from match to end of file use onw of following:
sed -n '/matched/,$p' file
awk '/matched/,0' file
Armandres

grep toutes les lignes après le premier match

For grepping all lines from match to end of file use onw of following:
sed -n '/matched/,$p' file
awk '/matched/,0' file
Armandres

Réponses similaires à “SED IMPRESSE DE MATCH à la fin du fichier”

Questions similaires à “SED IMPRESSE DE MATCH à la fin du fichier”

Plus de réponses similaires à “SED IMPRESSE DE MATCH à la fin du fichier” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code