On Fri, 14 Oct 2011 04:30:56 +0400
Peter Volkov <p...@gentoo.org> 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

Attachment: signature.asc
Description: PGP signature

Reply via email to