jeudi 5 mars 2015

How can I redirect output files to a speicific directory/folder


Suppose I have an executable in unix. Suppose the name of the .exe file is myExe and it takes two parameters. I did not create this executable, this is a freely available one. myExe generates 4 different files. I want to direct all its output files to a specific folder. How can I do it in unix command? So I want something like this:


./myExe parameter1 parameter2 "output to /myfolder " ​So now the four files produced by myExe will be directed to myfolder. ​



Aucun commentaire:

Enregistrer un commentaire