I have the following command in batch and I want to redirect the output in console and also into a file at the same time:
python GeneAll.py --var VARIANT_%VAR_ASD%
If redirecting this Python file output in file and console is imposible, can you give me an idea how can I redirect only stderr in console and file and the stdout only in the file? Thanks!
on linux
or
on windows with powershell