|
google site
|
|||||||
| Forums | Register | Blog | Man Pages | Forum Rules | Links | Albums | FAQ | Users | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
looking for a unix command for hpux - watch
watch is a common linux command that executes a program periodically, showing output fullscreen. I couldn't find anything for hpux, so I created the following shell which the user is testing: Code:
cat /usr/bin/watch #!/bin/sh while [ 1 ] ; do clear echo "Command: $*" date echo "" ( $* ) sleep 10 done is anyone aware of where I could find "watch" or anything equivalent for hpux? thanks and hh, manny Last edited by DukeNuke2; 12-22-2009 at 02:31 PM.. Reason: please use code tags! |
| Sponsored Links | ||
|
|
|
#2
|
||||
|
||||
|
The very useful ste:
Rosetta Stone for Unix suggests that precompiled binaries for HP-UX can be obtained from: HP/UX Software Archive or Porting And Archive Centre For HP-UX |
|
#3
|
|||
|
|||
|
users continue to be pleased w/script
![]() TonyFullerMalv, thanks for the links, Rosetta is a new one for me... DukeNuke2, sorry for the code tags....or lack of. |
| Sponsored Links | ||
|
|
![]() |
| Tags |
| script hpux shell |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| watch command | foxtron | UNIX for Dummies Questions & Answers | 1 | 07-17-2009 04:55 PM |
| Command similar to watch | mikejreading | Shell Programming and Scripting | 3 | 04-01-2009 08:32 AM |
| Any command to watch output repeatedly?? | sdspawankumar | Solaris | 2 | 02-21-2008 12:11 PM |
| Enterprise Unix Roundup: The Ghost of Unix Future - Server Watch | Linux Bot | UNIX and Linux RSS News | 0 | 12-19-2007 11:20 AM |
| Linux watch command on AIX? | djschmitt | UNIX for Dummies Questions & Answers | 2 | 11-06-2007 05:00 PM |