This website requires JavaScript.
Explore
Help
Register
Sign In
hjp
/
simple
Watch
1
Star
0
Fork
You've already forked simple
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
1d4e979fba
simple
/
tiny
/
psg
10 lines
118 B
Plaintext
Raw
Normal View
History
Unescape
Escape
First release
2000-01-11 14:24:36 +01:00
#!/bin/sh
case `uname` in
Linux)
GNUmakefile: try to rebuild configure only if source dir is there. configure: Fixed test for find -printf. psg: include f option on Linux.
2001-03-19 23:48:23 +01:00
ps auxwwf | grep "$1"
First release
2000-01-11 14:24:36 +01:00
;;
HP-UX)
Show tree on HP-UX, too.
2004-11-22 16:21:52 +01:00
UNIX95=1 ps -efH | grep "$1"
First release
2000-01-11 14:24:36 +01:00
;;
esac