Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Best place to put `mesg n` into?
- X-seq: zsh-users 2408
- From: Thomas Koehler <thomas@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- To: Roland Jesse <jesse@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Subject: Re: Best place to put `mesg n` into?
- Date: Wed, 23 Jun 1999 00:29:12 +0200
- Cc: zsh-users@xxxxxxxxxxxxxx
- In-reply-to: <14192.1621.889828.344149@xxxxxxxxxxxxxxxxxxx>; from Roland Jesse on Tue, Jun 22, 1999 at 11:55:33PM +0200
- Mailing-list: contact zsh-users-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <19990622092132.A18495@xxxxxxxxxxxxxxxxxxxxxxxxxx> <5l7low1531.fsf@xxxxxxxxxxxxxxxxxxx> <14192.1621.889828.344149@xxxxxxxxxxxxxxxxxxx>
On Tue, Jun 22, 1999 at 11:55:33PM +0200, Roland Jesse wrote:
>
> Stefan Monnier writes:
>
> > I might be hopelessly confused, but I seemed to remember that
> >
> > xterm -e foo bar
> >
> > does *not* use any shell whatsoever.
>
> That's hard to believe.
~> xterm -e slrn &
~> pstree
[...]
|-xterm---zsh-+-mozilla---mozilla
| |-pstree
| `-xterm---slrn
^^^^^ ^^^^
No shell here
Still unbelievable? :-)
> But Bart's sollution (using xterm -ut) works great.
good :-)
> Thank you much anyway. Your help is very much appreciated.
Another (more complicated) solution would use zsh :-)
xterm -e zsh -c "mesg n ; your_command"
Of course, this adds an extra zsh to the process table...
> Roland
CU,
Thomas
--
Thomas Köhler Email: jean-luc@xxxxxxxxxxxxxxxxx
<>< WWW: http://home.pages.de/~jeanluc/
IRC: jeanluc
LCARS --- Linux for Computers on All Real Starships
Messages sorted by:
Reverse Date,
Date,
Thread,
Author