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 to use File::Find, i looked at the docs and it is a little confusing. what is the preferred way? matt
- Re: grabbing files... Boex,Matthew W.