Monday, 9 July 2012

Echo the string to the file which in different location.

                I had a UNIX wrapper script where in I will call two other shell scripts. The wrapper script and the other two scripts will be in the different location. The requirement is to write some useful information to the user from all the three files to the output file in the /tmp directory.
I tried to write with different methods. All of my efforts went in vain. At last came to know that, Path can be directly given in the echo command. At last Finished this requirement in the final day of delivery.
Echo ” My path in learning apps” >>/tmp/output.tmp

No comments:

Post a Comment