Help for this page

Select Code to Download


  1. or download this
    # grep -b -A10 pattern file
    perl -ne '$c=11if/pattern/;$d=$c<11?"-":":";$t||=0;$c--,print"$t$d$_"i
    +f$c;$t=tell' file
    
  2. or download this
    perl -lne 'if(/pattern/){print"--"if!$c&&$t;$c=11};$d=$c<11?"-":":";$t
    +||=0;$c--,print"$t$d$_"if$c;$t=tell' file