Re: grabbing files...

2001-05-03 Thread Paul
--- "Boex,Matthew W." <[EMAIL PROTECTED]> wrote: > > i have a question. i need to grab files in a mailq and there are > multiple, /var/spool/mqueue1, /var/spool/mqueue2... What do you mean, "grab" them? If you just want a list, use glob(). > i want to grab all the df* files in there. my que

grabbing files...

2001-05-03 Thread Boex,Matthew W.
i have a question. i need to grab files in a mailq and there are multiple, /var/spool/mqueue1, /var/spool/mqueue2... i want to grab all the df* files in there. my question is, what is the best way. i could do a glob, or use bacticks and use find to grab them all in one swoop. i kinda wanted