bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Output redirection?


From: Yuri Karlsbrun
Subject: Output redirection?
Date: Fri, 27 Jan 2006 11:57:18 -0800

Hello,

I, probably, need bash-help mailing list, but I could not find it.

Here is the bash script fragment:
LOG_FILE="./logfile"
...
>$LOG_FILE

I supposed that the statement above redirects stdout to the logfile.
But the following 'echo' statement prints on the screen. The logfile is
opened. What is the real purpose of the statement above?

Thanks,
        Yuri







reply via email to

[Prev in Thread] Current Thread [Next in Thread]