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 gkittelson 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: nixdy
  • Order by date
  1. nixdy

    Help processing a listfile through a script

    I have created the following script to sleep batch jobs. echo "Please enter job name" read Penter echo "#!/bin/ksh" > $Penter echo "sleep 5" >> $Penter echo "exit 0" >> $Penter It is run as follows clarence:/export/home/ecop004/test_area>test adwr6011 output is...

Part and Inventory Search

Back
Top