I have a script that I'm running from a command line. I want the stdout and stderr to be displayed on the screen and also to be copied into a logfile with append.
What is the syntax for this piping/redirection?
|
I have a script that I'm running from a command line. I want the stdout and stderr to be displayed on the screen and also to be copied into a logfile with append. What is the syntax for this piping/redirection? | |||
|
feedback
|
|
Give this a try:
The Note that Powershell has the | |||||
feedback
|