If I want to open all mp4 files in a directory, I can simply do something like totem *.mp4. But how can I open all mp4 and all flv files in that directory with one command. I.e. I want to do something like this totem (*.mp4 OR *.flv). What's the easiest way to do this? Perhaps it helps that I am using zsh.
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
||||
|
|
|
Simply call
Too easy, isn't it ;-) |
|||
|
|
|
Or slightly more compact:
|
|||
|
|