Fast file scan

Conor P. Cahill cpcahil at virtech.uucp
Fri Sep 28 11:43:58 AEST 1990


In article <299 at lysator.liu.se> pen at lysator.liu.se (Peter Eriksson) writes:
>I`d like to know how to scan all files in a directory (and it's sub-
>directories) for a specific string (without regular expressions) as fast
>as possible with standard Unix tools and/or some special programs.
>
>(Using the find+fgrep combination is slooooow....)

Try find + xargs + fgrep.

Try find + xargs + gnu-grep


-- 
Conor P. Cahill            (703)430-9247        Virtual Technologies, Inc.,
uunet!virtech!cpcahil                           46030 Manekin Plaza, Suite 160
                                                Sterling, VA 22170 



More information about the Comp.unix.misc mailing list