Linux.com

Re:How about xargs?

Posted by: Anonymous Coward on July 13, 2006 03:45 AM
You could do that slightly more efficiently with:
<tt>find . -type f -path '*/doc/*.txt' | xargs<nobr> <wbr></nobr>...</tt>

#

Return to CLI Magic: Searching with find