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