in reply to word finder
C:\stuff> perl -ne "print if /\b(foo)\b/" < input.txt > matching.tx +t
--
[ e d @ h a l l e y . c c ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: word finder
by fxmakers (Friar) on Apr 12, 2004 at 13:05 UTC | |
by halley (Prior) on Apr 12, 2004 at 13:21 UTC |