in reply to Re^8: 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?

Please provide the output of the following:

p4 where //depot/perl/tools/files/data.c > NUL: 2>&1 perl -e'system "p4 where //depot/perl/tools/files/data.c > NUL: 2>&1"' perl -e'`p4 where //depot/perl/tools/files/data.c 2>&1`'
  • Comment on Re^9: How to stop printing the output of a command on screen when the command fails?
  • Download Code