On Jan 29, 2008 9:32 AM, 龙海涛 <[EMAIL PROTECTED]> wrote:
>
> > $ bash -ce '(false;echo foo);echo bar'
> > bar
> could i ask what the command line option '-e' mean?
> i did not find any explanation in bash's manual.

It has the same effect as set -e, you can pass the options of set to
bash directly bash -x etc...

The manual says:
"In  addition to the single-character shell options documented in the
description of the set builtin command, bash interprets the following
options when it is invoked:"

(and don't worry for not finding it, I know it is easier to find what
you want when you already know what you are looking for.)

Reply via email to