Skip to main content
added 94 characters in body
Source Link
Costas
  • 15k
  • 23
  • 38

Other sedsed

sed '/cow/! b;n;n;a\yay' file.txt

Other awk

awk '{print;this--};/cow/{this=2}! this{print "yay"}' file.txt

Other sed

sed '/cow/! b;n;n;a\yay'

Other sed

sed '/cow/! b;n;n;a\yay' file.txt

Other awk

awk '{print;this--};/cow/{this=2}! this{print "yay"}' file.txt
Source Link
Costas
  • 15k
  • 23
  • 38

Other sed

sed '/cow/! b;n;n;a\yay'