[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can not redirect gnokii output
From: |
Oliver Rath |
Subject: |
Re: Can not redirect gnokii output |
Date: |
Fri, 01 Jul 2005 19:38:15 +0200 |
User-agent: |
Mozilla Thunderbird 1.0.2 (X11/20050618) |
Irfan Habib wrote:
>Hi,
>
>I'm trying to redirect gnokii --smsreader output to a
>a seperate file with
>
>gnokii --smsreader > /root/inb
>
>but what happens is that a new file which is empty,
>and the output is still displayed in the shell, and
>nothing is copied to the file, why?
>
>
Maybe this is an output to stderr, so you have to redirect stderr first:
gnokii --smsreader >& /root/inb
Regards,
Oliver