I would like to redirect the output from a command to a file and to stdout. I am using Windows XP command line.
I realize that there is a command in linux called tee which will do this, but I want this in windows.
|
1
|
I would like to redirect the output from a command to a file and to stdout. I am using Windows XP command line. I realize that there is a command in linux called tee which will do this, but I want this in windows.
|
|||
|
|
|
|
If using
would do that for you. But only under the mentioned circumstances. You're probably be better off using |
||
|
|
|
|
PowerShell has |
||
|
|
|
|
The first hit when googling windows tee gives UNIX-style tee utility for Windows |
||
|
|
|
|
Use tee for windows. |
||
|
|
|
|
The simple DOS shell doesn't have the ability to do this simultaneously. or |
||
|
|