hi ya

> how do i send mail from the command line of a debian box 
> without needing body text?
> 
> e.g.
> mail -s "test message" [EMAIL PROTECTED]


mail -s "test message" [EMAIL PROTECTED] < /dev/null

or

echo "any msg" | mail -s "test message" [EMAIL PROTECTED]


c ya
alvin
-- trying to play with ata133 controllers and drives 

Reply via email to