“Grep Nth Line après le match” Réponses codées

Grep Nth Line après le match

awk 'c&&!--c;/pattern/{c=N}' file
Shiny Stag

grep nth ligne après motif

awk 'c&&!--c;/your_pattern/{c=3}' file
Hutch Polecat

troisième ligne grep après match

Include -A flag to add lines after match
grep match -A 3	#display match line and 3 after lines
Armandres

Réponses similaires à “Grep Nth Line après le match”

Questions similaires à “Grep Nth Line après le match”

Plus de réponses similaires à “Grep Nth Line après le match” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code