[aclug-L] Re: script to kill
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Wed, 22 Mar 2000, Tom Hull wrote:
> For my version, ps a does _not_ list all processes; ps ax does. I was hasty
> in recommending ps x, but at least it was giving me _more_ output than ps a.
I was unclear... If I recall, a shows all processes attached to a tty, x
shows all that aren't. ax shows everything.
> $ awk 'BEGIN { "foo" == "foo" }' /dev/null
My problem was I was essentially saying { foo == foo } which isn't the
same... I guess I was in "shell script" mode and didn't think it'd care if
there were quotes around it.
--
Carl D Cravens (raven@xxxxxxxxxxx)
ERROR: Unable to comprehend lame tagline.
-- This is the discussion@xxxxxxxxx list. To unsubscribe,
visit http://tmp2.complete.org/cgi-bin/listargate-aclug.cgi
[aclug-L] Re: script to kill, John Goerzen, 2000/03/22
[aclug-L] Re: script to kill, Brian Chapman, 2000/03/23
|
|