bug-bash
[Top][All Lists]
Advanced

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

Re: make kill ring to X windows connection a set -o option


From: Sven Mascheck
Subject: Re: make kill ring to X windows connection a set -o option
Date: 18 Jun 2002 14:56:02 +0200
User-agent: tin-1.5.11-mod ("Elizium") (UNIX) (SunOS/5.9)

Dan Jacobson <jidanni@deadspam.com> wrote:

> [...] Without it it's like I'm using "version 7 /bin/sh +i"

Not quite exactly, Version 7 sh didn't know "+<option>",
this came with SYS III.

> $ /bin/sh +i
> sh-2.05a$ echo $-
> himBH
> can't turn off -i.

...because you certainly got an interactive shell anyway.

You might try this:

   $ ssh <localhost> /path/to/shell # here bash(1), via ssh(1) or rsh(1)
   echo test
   test
   echo $-
   hB

[fup'2 comp.unix.shell] (answers get redirected there, if you like)

Sven



reply via email to

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