On Fri, 14 Oct 2011 04:30:56 +0400 Peter Volkov <[email protected]> wrote:
> 2. better find:
> find /usr -name "*.la" -o -name "*.pc" -o -name "*-config" -exec grep
> -H png14 {} \;
find /usr -name "*.la" -o -name "*.pc" -o -name "*-config" \
-exec grep -H png14 {} +
This is going to take less grep calls, and it is easier to type too.
--
Best regards,
Michał Górny
signature.asc
Description: PGP signature
