What does the wildcard '[abc]' match?

0163

The wildcard [abc] matches any single character that is either 'a', 'b', or 'c'. For example, if you use this wildcard in a command like ls file[abc].txt, it would match files named filea.txt, fileb.txt, and filec.txt.

0 Comments

no data
Be the first to share your comment!