[EMAIL PROTECTED] wrote:
> Hello,
> 
> I'm looking for utility which allows to find all lines inside file
> with selected pattern at the selected place (from pos1 to pos2)

grep  '^.\{20}FOO'  

finds all lines containing 'FOO' at positions 21-23.

Andre'
_______________________________________________
help-gnu-utils mailing list
help-gnu-utils@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-utils
  • like grep zektser
    • Re: like grep Andre Poenitz

Reply via email to