I was trying to find a process which was running.  Below is partial list
of the processes showing it running.

My problem is when I pipe the process list to grep it does not find it.  I
have tried with out the wild cards and quotes, with just the quotes, with
out the quotes and wildcard.  no luck  what am i doing wrong?

dbrett    2620  0.0  1.3  6136 1652 ?        S    09:41   0:00
//usr/X11R6/bin/realplay /tmp/b67wr7ef.ram
dbrett    2621  0.0  1.3  6136 1652 ?        S    09:41   0:00
//usr/X11R6/bin/realplay /tmp/b67wr7ef.ram
dbrett    2623  0.0  8.9 42336 11344 ?       S    09:41   0:00
//usr/X11R6/bin/realplay /tmp/b67wr7ef.ram
dbrett    2631  0.0  3.6  8340 4576 ?        S    09:46   0:02

[dbrett@dbrett dbrett]$ ps -aux |grep -i "*real*"
dbrett    2951  0.0  0.4  1728  592 pts/1    S    12:13   0:00 grep -i
*real*


david



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to