bug-bash
[Top][All Lists]
Advanced

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

Re: return values of bash scripts


From: Greg Wooledge
Subject: Re: return values of bash scripts
Date: Wed, 21 Dec 2011 08:22:46 -0500
User-agent: Mutt/1.4.2.3i

On Tue, Dec 20, 2011 at 02:18:16PM -0800, kc123 wrote:
> content=`ps auxw | grep [c]rond| awk '{print $11}'`

http://mywiki.wooledge.org/ProcessManagement

> echo "CONTENT:" $content

http://mywiki.wooledge.org/Quotes
http://mywiki.wooledge.org/Arguments

I would strongly advise that you state what your actual goal is, so that
we can help you write a script that will actually accomplish that goal.
(And since you are not reporting a bug in bash, please consider using
the help-bash mailing list instead.)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]