zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: Re: What is distinct about exec of a builtin?
Date: Fri, 31 Aug 2018 15:42:36 -0700	[thread overview]
Message-ID: <CAH+w=7ZvRKETCeeSxuMbCbLk3dfJN8_iSphi39hiAfM_9eeQ2g@mail.gmail.com> (raw)
In-Reply-To: <CAKc7PVDT9TvD1w+zHSp6LJHM+f_+5AQ9JRqkwH4Q0RVsGcbuOg@mail.gmail.com>

On Fri, Aug 31, 2018 at 2:13 AM, Sebastian Gniazdowski
<sgniazdowski@gmail.com> wrote:
> reading the source I've noted that one can exec builtin. Tested `exec
> type -w run-help`, it worked and shell quickly exited. I wonder what
> can this functionality be used for? Is there anything distinct about
> exec'ing a builtin?

There's nothing magic about this (although ISTR it was changed to work
differently / not at all when POSIX_BUILTINS, fairly recently).

Using "exec" just means that the shell will exit once the builtin has
completed.  It's there so that if you exec something you think is an
external command but it turns out to have been supplanted by a
builtin, the shell will still behave as if something external had been
execve()'d.


      reply	other threads:[~2018-08-31 22:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-31  9:13 Sebastian Gniazdowski
2018-08-31 22:42 ` Bart Schaefer [this message]

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='CAH+w=7ZvRKETCeeSxuMbCbLk3dfJN8_iSphi39hiAfM_9eeQ2g@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /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).