Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > gnu.bash.bug > #15642 > unrolled thread
| Started by | "Chris F.A. Johnson" <chris@cfajohnson.com> |
|---|---|
| First post | 2019-11-25 16:54 -0500 |
| Last post | 2019-11-25 16:54 -0500 |
| Articles | 1 — 1 participant |
Back to article view | Back to gnu.bash.bug
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: man bash does not list 'in' as a builtin command "Chris F.A. Johnson" <chris@cfajohnson.com> - 2019-11-25 16:54 -0500
| From | "Chris F.A. Johnson" <chris@cfajohnson.com> |
|---|---|
| Date | 2019-11-25 16:54 -0500 |
| Subject | Re: man bash does not list 'in' as a builtin command |
| Message-ID | <mailman.2634.1574718862.13325.bug-bash@gnu.org> |
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 top | Article view | gnu.bash.bug
csiph-web