Re: Hiding standard output

2008-02-01 Thread Tom Phoenix
On Feb 1, 2008 6:26 AM, <[EMAIL PROTECTED]> wrote: > I want to hide the standard output on the terminal when I am executing > the Perl script. For example I am running this command > "`/usr/atria/bin/cleartool lslock lbtype:$dep_lbl`; > > if the execution of this command failed then whatever outp

Re: Hiding standard output

2008-02-01 Thread Chas. Owens
On Feb 1, 2008 9:26 AM, <[EMAIL PROTECTED]> wrote: > Hi All, > > I want to hide the standard output on the terminal when I am executing > the Perl script. For example I am running this command > "`/usr/atria/bin/cleartool lslock lbtype:$dep_lbl`; > > if the execution of this command failed then wh

Hiding standard output

2008-02-01 Thread Irfan.Sayed
Hi All, I want to hide the standard output on the terminal when I am executing the Perl script. For example I am running this command "`/usr/atria/bin/cleartool lslock lbtype:$dep_lbl`; if the execution of this command failed then whatever output is coming on the terminal I want to hide that an