How to use FIND/GREP for files with multiple tags

Daniel B. Thurman dant at cdkkt.com
Thu Jun 19 00:33:49 UTC 2008


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

2) find . -type f -name '*' | grep -iH '{.wav,.mp3,.ogg}'
    But that won't work.

Please advise?

Thanks!
Dan




More information about the fedora-list mailing list