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: pgp2MtJTlqbQg.pgp
Description: PGP signature

-- 
fedora-list mailing list
[email protected]
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

Reply via email to