SSH Command to save output in specific directory

I have an executable file in a directory, when I run that file (using ./file) I get an output file (.out), which are saved on the same directory of the executable file. I want this output to be saved in a subdirectory of the mentioned directory. What command/flag should I use? >Solution : Two possibilities:… Read More SSH Command to save output in specific directory