Hello everyone,
I have a little script:
#!/usr/bin/sh
ssh -l username hostname /usr/bin/cat /Logger/Logger.log > lam.out
What this one does is that it cat a file from the host "hostname" and append to the new file "lam.out" under the current host.
If I run this script normally, it is...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.