Shlomi Fish wrote on 2003-10-24: > On Fri, 24 Oct 2003, Beni Cherniavsky wrote: > > > Also, it mysteriously seems to be lost after every command in > > interactive mode: > > > > $ true | false | true | false > > $ echo [EMAIL PROTECTED] > > 0 > > > Works for me: > > shlomi:~$ true | false | false | true > shlomi:~$ echo [EMAIL PROTECTED] > 0 1 1 0 > > Maybe you execute some command after every prompt. > Bingo! I've got $PROMPT_COMMAND set to updating the xterm title (Red Hat did that, I'll try to stuff it into the internal prompt support when I get time).
-- Beni Cherniavsky <[EMAIL PROTECTED]> ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]