>>>> "g" == giacomo boffi
<giacomo.boffi(a)polimi.it> writes:
g> Steve Youngs writes:
Hrvoje> find | awk 'length>100 {print $0}'
g> uh, hrvoje's it's a bit more than what you need...
g> find | awk length\>100
g> (the 'mine is shorter than yours' silliness dept is open 9:00 to 17:00)
$ find|egrep '.{80}'
(not portable; doesn't work with grep 2.2 because of a grep bug)