bug-bash
[Top][All Lists]
Advanced

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

man page could mention ${x?} won't stop in a pipeline


From: Dan Jacobson
Subject: man page could mention ${x?} won't stop in a pipeline
Date: 19 Jul 2002 16:53:59 +0800
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Maybe the man page should mention that set -e and ${x?} won't stop the
current shell when the line they are on is the input to a pipe or
subsell, etc.

m=`true ${e?stoppp}`
true|true|true|true|true|true|true ${e?}|true|true|true|true
true ${e?}|true
echo got here
-- 
http://jidanni.org/ Taiwan(04)25854780



reply via email to

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