On Tue, Oct 30, 2001 at 03:57:57PM -0600, Bob Tanner wrote: > Ok, I got 48,859 msg that I need to inject into the archives. > > I tried this little script: > > for i in `ls kernel.*`; do > cat $i | /usr/lib/sendmail linux-kernel at lists.real-time.com; > sleep 5s; > done > > The messages are called kernel.* (space is just for readability). > > I get this message: > > bash: /bin/ls: Argument list too long > > Anyone have a quick hack for me to get this working? for i in `find . -name kernel.\*`; do ? -- Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/> mod_pointer <http://stderr.net/mod_pointer>