LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   echo command (https://www.linuxquestions.org/questions/linux-general-1/echo-command-480869/)

s_hcl 09-06-2006 05:24 AM

echo command
 
i use the cdreocrd blank command in a script.

it also outputs the cdrecord details while formatting.Is it possible to run it in a silent mode with echo command.

zulfilee 09-06-2006 05:27 AM

Most of the output can be redirected to some file like this

cdrecord -options >> Logfile 2>&1

But the first 2 lines or so I was not able to redirect because they were not part of stdout or stderr.

Zulfi.A


All times are GMT -5. The time now is 09:10 PM.