Re: How to use FIND/GREP for files with multiple tags

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Daniel B. Thurman writes:


I am trying to use the find command to locate multiple
files with different tags.  How can I do this?

I tried something like:

1) find . -type f -name '*.wav' -name '*.mp3' -name '*.ogg'
    But that won't work

find . -type f \( -name '*.wav' -o -name '*.mp3' -o -name '*.ogg' \) -print


Attachment: pgpApDT8is8zr.pgp
Description: PGP signature

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux