in reply to Re^3: How to stop printing the output of a command on screen when the command fails?
in thread How to stop printing the output of a command on screen when the command fails?
What's confusing me is,if I run the below command from command prompt I see stderr getting supressed but where as when I run it in perl using backticks it fails,what could be going wrong>
>p4 where //depot/perl/tools/files/data.c > NUL: 2>&1
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: How to stop printing the output of a command on screen when the command fails?
by cdarke (Prior) on Dec 26, 2010 at 09:30 UTC |