Re: [newbie] doing some bash commands and then send the results by email

2003-10-27 Thread Richard Urwin
On Monday 27 Oct 2003 1:41 am, Fajar Priyanto wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear All, I want to do some bash commands and then send the results by email from CLI, can I do that? I tried this but didn't work: [EMAIL PROTECTED] Documents]# df /home/fajar/Documents/df

[newbie] doing some bash commands and then send the results by email

2003-10-26 Thread Fajar Priyanto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dear All, I want to do some bash commands and then send the results by email from CLI, can I do that? I tried this but didn't work: [EMAIL PROTECTED] Documents]# df /home/fajar/Documents/df | mail -I -s df [EMAIL PROTECTED] ~r

Re: [newbie] doing some bash commands and then send the results by email

2003-10-26 Thread Onur Kucuk
On Mon, 27 Oct 2003 08:41:27 +0700 Fajar Priyanto [EMAIL PROTECTED] wrote: FP -BEGIN PGP SIGNED MESSAGE- FP Hash: SHA1 FP FP Dear All, FP I want to do some bash commands and then send the results by email FP from CLI, can I do that? FP FP I tried this but didn't work: FP [EMAIL

Re: [newbie] doing some bash commands and then send the results by email

2003-10-26 Thread Fajar Priyanto
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Monday 27 October 2003 08:58 am, Onur Kucuk wrote: Think it this way direct to file | direct to next command So you want it to be mailled, you should df | mail -s subject receivers_mail If you want it both mailed and saved as a

Re: [newbie] doing some bash commands and then send the results by email

2003-10-26 Thread Todd Slater
On Mon, Oct 27, 2003 at 03:58:05AM +0200, Onur Kucuk wrote: On Mon, 27 Oct 2003 08:41:27 +0700 Fajar Priyanto [EMAIL PROTECTED] wrote: FP -BEGIN PGP SIGNED MESSAGE- FP Hash: SHA1 FP FP Dear All, FP I want to do some bash commands and then send the results by email FP from CLI,