Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. lamqvo

    Shell script not running properly under cron job

    Thanks Everyone! After setting the PATH, everything seems running fine! Best Regards, Lam
  2. lamqvo

    Shell script not running properly under cron job

    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...

Part and Inventory Search

Back
Top