@ -1,9 +1,9 @@
#!/bin/sh
case `uname` in
Linux)
ps auxwwf | grep "$1"
ps auxwwf | grep "$@"
;;
HP-UX)
UNIX95=1 ps -efH | grep "$1"
UNIX95=1 ps -efH | grep "$@"
esac