[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
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-utils
