On Tue, Nov 23, 2010 at 05:04:09PM +0100, Rainer Traut wrote:
> Am 23.11.2010 15:30, schrieb m.r...@5-cent.us:
> > Rainer Traut wrote:
> >> am trying to pipe output from time command and output from a shell
> >> script to the mail program.
> >> So far it's not working as expected...
> >>
> >> # tim
Am 23.11.2010 15:30, schrieb m.r...@5-cent.us:
> Rainer Traut wrote:
>> Hi,
>>
>> am trying to pipe output from time command and output from a shell
>> script to the mail program.
>> So far it's not working as expected...
>>
>> # time echo "test" 2>&1 | mail -s "timetest" m...@mail.com
>>
>> real
Rainer Traut wrote:
> Hi,
>
> am trying to pipe output from time command and output from a shell
> script to the mail program.
> So far it's not working as expected...
>
> # time echo "test" 2>&1 | mail -s "timetest" m...@mail.com
>
> real0m0.126s
> user0m0.000s
> sys 0m0.000s
>
> The t
Hi,
am trying to pipe output from time command and output from a shell
script to the mail program.
So far it's not working as expected...
# time echo "test" 2>&1 | mail -s "timetest" m...@mail.com
real0m0.126s
user0m0.000s
sys 0m0.000s
The time command writes to stderror, but here
4 matches
Mail list logo