bug-bash
[Top][All Lists]
Advanced

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

set +o noclobber ignoreeof histexpand


From: Dan Jacobson
Subject: set +o noclobber ignoreeof histexpand
Date: 03 Oct 2001 02:42:55 +0800
User-agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7

$ set -o noclobber ignoreeof +o histexpand
$ set -o noclobber -o ignoreeof +o histexpand #only this works as expected
$ set -o noclobber -o ignoreeof histexpand
$ set -o noclobber ignoreeof histexpand
$ set +o noclobber ignoreeof histexpand

True, the man page says "Any arguments remaining after the options are
processed are treated as values for the positional parameters" but
you might want to drive the message home by adding an example there.
-- 
http://www.geocities.com/jidanni Tel+886-4-25854780



reply via email to

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