Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15642
| Path | csiph.com!3.us.feeder.erje.net!feeder.erje.net!news.linkpendium.com!news.linkpendium.com!panix!usenet.stanford.edu!not-for-mail |
|---|---|
| From | "Chris F.A. Johnson" <chris@cfajohnson.com> |
| Newsgroups | gnu.bash.bug |
| Subject | Re: man bash does not list 'in' as a builtin command |
| Date | Mon, 25 Nov 2019 16:54:01 -0500 (EST) |
| Lines | 34 |
| Approved | bug-bash@gnu.org |
| Message-ID | <mailman.2634.1574718862.13325.bug-bash@gnu.org> (permalink) |
| References | <4dc457e0135603025cd500acdc95db53f9d30482.camel@peterbenjamin.com> <alpine.DEB.2.21.1911251653220.10530@chris> |
| NNTP-Posting-Host | lists.gnu.org |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=US-ASCII; format=flowed |
| X-Trace | usenet.stanford.edu 1574718863 17240 209.51.188.17 (25 Nov 2019 21:54:23 GMT) |
| X-Complaints-To | action@cs.stanford.edu |
| Cc | bug-bash@gnu.org, bash@packages.debian.org |
| To | Peter Benjamin <pete@peterbenjamin.com> |
| Envelope-to | bug-bash@gnu.org |
| DKIM-Signature | v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=smtpservice.net; s=m2o5g0.a1-4.dyn; x=1574719757; h=Feedback-ID: X-Smtpcorp-Track:Message-ID:Subject:To:From:Date:Reply-To:Sender: List-Unsubscribe; bh=97OXvGNlvSdZ4zqCx+TfaM/UO3nJezwUr11J5Afe3I4=; b=2jj0Owyi ByS3prektJR72qLq4r7eJZbHMWbx2qFZ5rzLiwni3rV0pslCAiODl0sugIuh4pir7q/qpNBDCANQb dv21pP7UEIRingdxJBB4hdtBHhD/pnFrulemZQiiB3p8CfvyRcJ1E/IA6pXNl7DEJH1/CwU1qbA90 Nd2E/qeDl3y4VLWT7mN0z5XTzqbvuW2o7Ik43QyhOBXb7aNSsRbgU+I+kjiSsj2oG2F2hvwVGrmjU 1KBNLOSa8ZAvsMKXaYboenq0cwlt31JKW/F/fQrFT1xF24mRUy0bGzdILoF6mbi7UUbfzFPgXiI9Z xYILxjZdy4O/JGEQEk9bdREQHw==; |
| X-X-Sender | chris@chris |
| In-Reply-To | <4dc457e0135603025cd500acdc95db53f9d30482.camel@peterbenjamin.com> |
| User-Agent | Alpine 2.21 (DEB 202 2017-01-01) |
| X-Smtpcorp-Track | 1iZuJ0095FFtWF.3j14TS7qH |
| Feedback-ID | 124612m:124612a-vpTX9:124612swMV8gSpPg |
| X-Report-Abuse | Please forward a copy of this message, including all headers, to <abuse-report@smtp2go.com> |
| X-detected-operating-system | by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] |
| X-Received-From | 103.47.205.39 |
| X-BeenThere | bug-bash@gnu.org |
| X-Mailman-Version | 2.1.23 |
| Precedence | list |
| List-Id | Bug reports for the GNU Bourne Again SHell <bug-bash.gnu.org> |
| List-Unsubscribe | <https://lists.gnu.org/mailman/options/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=unsubscribe> |
| List-Archive | <https://lists.gnu.org/archive/html/bug-bash> |
| List-Post | <mailto:bug-bash@gnu.org> |
| List-Help | <mailto:bug-bash-request@gnu.org?subject=help> |
| List-Subscribe | <https://lists.gnu.org/mailman/listinfo/bug-bash>, <mailto:bug-bash-request@gnu.org?subject=subscribe> |
| X-Mailman-Original-Message-ID | <alpine.DEB.2.21.1911251653220.10530@chris> |
| X-Mailman-Original-References | <4dc457e0135603025cd500acdc95db53f9d30482.camel@peterbenjamin.com> |
| Xref | csiph.com gnu.bash.bug:15642 |
Show key headers only | View raw
On Mon, 25 Nov 2019, Peter Benjamin wrote:
> Configuration Information [Automatically generated, do not change]:
> Machine: x86_64
> OS: linux-gnu
> Compiler: gcc
> Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64'
> -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu'
> -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash'
> -DSHELL -DHAVE_CONFIG_H -I. -I../. -I.././include -I.././lib -
> Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 -fdebug-prefix-map=/build/bash-
> N2nMjo/bash-4.4.18=. -fstack-protector-strong -Wformat -Werror=format-
> security -Wall -Wno-parentheses -Wno-format-security
> uname output: Linux Precision 4.15.0-70-generic #79-Ubuntu SMP Tue Nov
> 12 10:36:11 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
> Machine Type: x86_64-pc-linux-gnu
>
> Bash Version: 4.4
> Patch Level: 20
> Release Status: release
>
> Description:
> 'in' is a builtin command and is not listed in the man page as such.
$ type in
in is a shell keyword
--
Chris F.A. Johnson <http://cfajohnson.com/>
=========================== Author: ===============================
Shell Scripting Recipes: A Problem-Solution Approach (2005, Apress)
Pro Bash Programming: Scripting the GNU/Linux shell (2009, Apress)
Back to gnu.bash.bug | Previous | Next | Find similar | Unroll thread
Re: man bash does not list 'in' as a builtin command "Chris F.A. Johnson" <chris@cfajohnson.com> - 2019-11-25 16:54 -0500
csiph-web