Hi! I'm using a scheduling program on a HPUX machine to schedule running the top command and capturing its output within the scheduling program itself.
This is the script: #!/usr/bin/ksh #Setting the term type set term=vt100;tset #running the top command once top -n 1 The error I get in the output window of the scheduler is : #output start tset: Standard error: Inappropriate ioctl for device top: tcgetattr() failed: Inappropriate ioctl for device #output end Any clues as to why this may be happening? Could really do with some quick pointers here. TIA, Tushar Kanwar _______________________________________________ ilugd mailing list [EMAIL PROTECTED] http://frodo.hserus.net/mailman/listinfo/ilugd
