OT: need bash help

Mike Wright mike.wright at mailinator.com
Mon Oct 17 19:39:42 UTC 2011


Hi all,

I'm trying to write a bash script and having problems.

If I execute this:

   ps x | grep mongod | wc -l

it returns a value.

OTOH, if I execute this:

   LINES = ps x | grep mongod | wc -l

it returns "command not found".

How does one assign the output of a command to an environment variable?

TIA,
Mike Wright


More information about the users mailing list