- Apr 23, 2005
- 1,091
- 0
- 0
So, say I want to list 3-letter files whose names are composed of a b and c.
I can do:
ls [abc][abc][abc]
That works.
But what's a better way to do that, using wildcards or anything else?
I can do:
ls [abc][abc][abc]
That works.
But what's a better way to do that, using wildcards or anything else?