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:
pgp3US2ggolMw.pgp
Description: PGP signature
-- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list