Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Best place to put `mesg n` into?
- X-seq: zsh-users 2406
- From: "Stefan Monnier" <monnier+lists/zsh/users/news/@tequila.cs.yale.edu>
- To: zsh-users@xxxxxxxxxxxxxx
- Subject: Re: Best place to put `mesg n` into?
- Date: 22 Jun 1999 14:08:02 -0400
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19990622092132.A18495@xxxxxxxxxxxxxxxxxxxxxxxxxx>
- Sender: monnier@xxxxxxxxxxxxxxxxxxx
>>>>> "Roland" == Roland Jesse <jesse@xxxxxxxxxxxxxxxxxxxxxxxx> writes:
> xterms opened in a way like `xterm -e wnewmail &`. This makes sense as the
I might be hopelessly confused, but I seemed to remember that
xterm -e foo bar
does *not* use any shell whatsoever. If you want a shell to be involved,
You'll have to call it explicitly:
xterm -e zsh -c 'blobla'
And then indeed, this zsh will not be interactive, etc...
Stefan
Messages sorted by:
Reverse Date,
Date,
Thread,
Author