help-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: like grep


From: Andre Poenitz
Subject: Re: like grep
Date: Fri, 19 Aug 2005 22:01:31 +0200

zektser@wsc.com 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'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]