
17 Sep
2013
17 Sep
'13
10:26 a.m.
Matthew Cengia <mattcen@gmail.com> wrote:
mattcen@isis:tmp$ shopt -s nullglob mattcen@isis:tmp$ ls *.mkv *.mp4 *.avi a.mkv b.mp4
Excellent. Note that the find command also returns no errors if nothing matches the search criteria. There's an option to prevent it from recursively descending subdirectories, which my quick search of the manual page didn't locate but which I'm confident exists.