bash script names appearing in ps ax
M.W. Chang
mwchang
Mon May 17 11:58:47 PDT 2004
grep by default is case sensitive.
use `grep -i` to ignore case.
> ps ax | grep junk1.scr
> ps ax | grep Master.scr
> This seems to be related to whether the first letter of the
> script is a capital. Does anyone know if this is really
--
.~. Might, Courage, Vision. In Linux We Trust.
/ v \ http://www.linux-sxs.org
/( _ )\ Linux 2.4.22-xfs
^ ^ 2:18pm up 6 days, 14:50, 0 users, load average: 1.04, 1.04, 1.01
More information about the Linux-users
mailing list