This one time, at band camp, Terry Collins <[EMAIL PROTECTED]> wrote:

> Michael Lake wrote:
> > 
> > Terry Collins wrote:
> > 
> > > As per subject, need a command line mailer that can send a file as an
> > > attachment.
> > 
> > Its called 'mail' and yes it can send attachments.
> > man mail

for o in `ls -1'; do
     mail -s "Subject goes here" [EMAIL PROTECTED] < cave.jpeg
done

re
Kevin
-- 
 ______                              
(_____ \                             
 _____) )  ____   ____   ____   ____ 
|  ____/  / _  ) / _  | / ___) / _  )
| |      ( (/ / ( ( | |( (___ ( (/ / 
|_|       \____) \_||_| \____) \____)
Kevin Waterson
Port Macquarie, Australia
-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to