I want to get a specific file from TFS server without creating any workspace. I found a similar solution here. But it seems the view command is not working for me. i have tried the below command.
./tf view -s:http://tfs.com:8080/tfs/WTQA '$/MyProject/test.txt' > /test-view/test.txt
but it says "An argument error occurred: The command 'view' is unknown."