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 bkrike 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: *

  • Users: heyben
  • Content: Threads
  • Order by date
  1. heyben

    Unix Scripting

    I am writting a script (ksh) to fire off a backup utility nightly. The utility prompts for a password when it runs. I have tried the following method that works for ftp. #!/bin/ksh ndsbackup cf /data/bak/`date +%y%m%d` -a adminnamehere <<EOF echo &quot;passwordhere&quot; EOF I have also...

Part and Inventory Search

Back
Top