In Linux, I can easily achieve copying STDOUT to STDERR by
(I.e. list all processes and display a number of lines at the bottom.)
Is this possible in TCMD?
Code:
ps -al | tee /dev/stderr | wc -l
Is this possible in TCMD?