Hi,
I'm trying to log on two seperate file.
In the case of a success i want the result to be log in one file, in the case of a failure i want to log in an other file.
Here is my command:
find My_File \; 1>> /home/My_user/Log1.log 2>> /home/My_user/Log2.log
But it always log in the two files.
What am i doing wrong ?
Ben
I'm trying to log on two seperate file.
In the case of a success i want the result to be log in one file, in the case of a failure i want to log in an other file.
Here is my command:
find My_File \; 1>> /home/My_user/Log1.log 2>> /home/My_user/Log2.log
But it always log in the two files.
What am i doing wrong ?
Ben