[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: bash: finding if mozilla is running



> This might help in the future, Seneca:
> 
> ps a  | grep slrn | grep -v grep
>   863 pts/3    S      0:00 slrn
> 
> 

There's always the 'pgrep' command

just do:

pgrep slrn

-ks



Reply to: