Hey,

Quoting Bob Tanner <tanner at real-time.com>:

> bash: /bin/ls: Argument list too long
> Anyone have a quick hack for me to get this working?

a) Try echo instead of ls, who knows.
b) Do kernel.1*, then kernel.2* in a for or foreach loop.
c) find . -type f -name "kernel.*" -exec /usr/lib/sendmail linux-
kernel at lists.real-time.com <{} \;

or something, I may have got the find thing wrong. But you can always do a 
script for that part.

-Yaron

--