Advertisement

1 - 2 of 2 containing alltags:("ksh script AIX") (0.001 seconds)
Hi ppl, I have this one line in my shell script that looks like this: x=`date +"%H"` ; echo $x ; while [ $x -lt 12 ] ; do ; x=`date +"%H"` ; done It makes sense to me but when I run it, I ...
Zones: ksh, Unix Systems ProgrammingDate Answered: 06/24/2008 Grade: A Views: 205
I have a ksh script that checks if a second script is running and if it isn't then it launches it using "&" at the end to make it resident.  (I'm not sure how to say it exactly...) Is the proces...
Zones: AIX Unix, kshDate Answered: 10/15/2008 Grade: A Views: 29
  • 1