find files matching either some string or some other string in bash
Posted
by Tim
on Stack Overflow
See other posts from Stack Overflow
or by Tim
Published on 2010-04-23T13:57:21Z
Indexed on
2010/04/23
14:03 UTC
Read the original article
Hit count: 206
I wonder how to specify to the command find for searching files with names matching some string or some other string.
For example, if I want to look for files that match either *dat or *txt under current directory, how to specify?
Thanks and regards!
© Stack Overflow or respective owner