Quantcast
Channel: cygwin
Viewing all articles
Browse latest Browse all 6

Using the Linux ‘find’ command with multiple filename patterns

$
0
0

Using the Linux ‘find’ command with multiple filename patterns

Someone asked me the other day how they could search for files with different names with one Linux find command. They wanted to create a list of all files that ended with the extensions .class and .sh.

Although this is actually very easy to do with the find command, the syntax is obscure and probably not well documented, so let's look at how to do this.


Viewing all articles
Browse latest Browse all 6

Trending Articles