Sublime Forum

Plink output to local file

#1

Hi,
I have the following plink command that is working fine until i try to capture the command window to a file on my pc:
plink session /home/jdoe/nash/bin mcftcf -l /files -f 312750 -5
Now that works and I am getting the desired result in the command window.

i’ve tried:
plink session /home/jdoe/nash/bin mcftcf -l /files -f 312750 -5 >tmp.txt 2>&1 and it does not even run the plink command.
Thanks
MW

0 Likes