On 2013-09-17 20:42, Russell Coker wrote: > On Tue, 17 Sep 2013, Jason White <[email protected]> wrote: > > Matthew Cengia <[email protected]> wrote: > > > mattcen@isis:tmp$ shopt -s nullglob > > > mattcen@isis:tmp$ ls *.mkv *.mp4 *.avi > > > a.mkv b.mp4 > > > > Excellent. > > Yes, Matthew's suggestion works really well for interactive use. I couldn't > work out how to make it run from a Makefile though.
GNU makefiles have a magical $(wildcard *.avi) function that I don't fully understand, but which may do what you want if you do some research into it. -- Regards, Matthew Cengia
signature.asc
Description: Digital signature
_______________________________________________ luv-main mailing list [email protected] http://lists.luv.asn.au/listinfo/luv-main
