zsh-workers
 help / color / mirror / code / Atom feed
From: Adam Spiers <adam@spiers.net>
To: zsh-workers@sunsite.dk
Subject: Re: Switching shell safely and efficiently
Date: Fri, 7 Sep 2001 23:45:17 +0100	[thread overview]
Message-ID: <20010907234517.A6901@thelonious.new.ox.ac.uk> (raw)
In-Reply-To: <1010907190526.ZM17902@candle.brasslantern.com>; from schaefer@brasslantern.com on Fri, Sep 07, 2001 at 07:05:26PM +0000

Bart Schaefer (schaefer@brasslantern.com) wrote:
>     run_shell=`$myshell -c "echo exec $myshell" || echo :`
>     eval $run_shell '"$@"'

Cute trick!  Nice enough to put in the FAQ, I think.  Although much
more stylish than my attempt, it's not quite as efficient through
having to fork the shell before running it properly.  To this end, a
slight improvement might be skipping start-up files:

  run_shell=`$myshell -f -c "echo exec $myshell" || echo :`
  eval $run_shell '"$@"'

I haven't done any benchmarking of the different approaches though.


  reply	other threads:[~2001-09-07 22:03 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-07 18:35 Adam Spiers
2001-09-07 19:05 ` Bart Schaefer
2001-09-07 22:45   ` Adam Spiers [this message]
2001-09-07 22:28     ` Bart Schaefer
2001-09-08  2:18       ` Adam Spiers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010907234517.A6901@thelonious.new.ox.ac.uk \
    --to=adam@spiers.net \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).