Reference to the shell builtin manual from an updated bash
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I installed the latest GNU/Bash and gnu coreutils on Mac, additionally, the PATH and MANPATH are reseted.
$ bash --version
GNU bash, version 4.4.23(1)-release (x86_64-apple-darwin18.0.0)
Copyright (C) 2016 Free Software Foundation, Inc.
$ which ls
/usr/local/opt/coreutils/libexec/gnubin/ls
$ echo $PATH
/usr/local/opt/coreutils/libexec/gnubin:
$ echo $MANPATH
/usr/local/opt/coreutils/libexec/gnuman:/usr/local/opt/coreutils/libexec/gnuman:
I can refer to GNU Manual for some utilities
$ man sort
$ man ls
but when it come to shell built-in commands
$ man read
BUILTIN(1) BSD General Commands Manual BUILTIN(1)
NAME
builtin, !, %, ., :, @, , , alias, alloc, bg, bind, bindkey, break, breaksw, builtins, case,
cd, chdir, command, complete, continue, default, dirs, do, done, echo, echotc, elif, else, end,
endif, endsw, esac, eval, exec, exit, export, false, fc, fg, filetest, fi, for, foreach, getopts,
glob, goto, hash, hashstat, history, hup, if, jobid, jobs, kill, limit, local, log, login,
logout, ls-F, nice, nohup, notify, onintr, popd, printenv, pushd, pwd, read, readonly, rehash,
repeat, return, sched, set, setenv, settc, setty, setvar, shift, source, stop, suspend, switch,
telltc, test, then, time, times, trap, true, type, ulimit, umask, unalias, uncomplete, unhash,
unlimit, unset, unsetenv, until, wait, where, which, while -- shell built-in commands
BSD February 23, 2005 BSD
The invoked read
comes from the system outdated shell
$ which read
/usr/bin/read
I do install the latest shell, why it prompt me the 2005 version builtins.
bash shell-builtin
New contributor
avirate is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
favorite
I installed the latest GNU/Bash and gnu coreutils on Mac, additionally, the PATH and MANPATH are reseted.
$ bash --version
GNU bash, version 4.4.23(1)-release (x86_64-apple-darwin18.0.0)
Copyright (C) 2016 Free Software Foundation, Inc.
$ which ls
/usr/local/opt/coreutils/libexec/gnubin/ls
$ echo $PATH
/usr/local/opt/coreutils/libexec/gnubin:
$ echo $MANPATH
/usr/local/opt/coreutils/libexec/gnuman:/usr/local/opt/coreutils/libexec/gnuman:
I can refer to GNU Manual for some utilities
$ man sort
$ man ls
but when it come to shell built-in commands
$ man read
BUILTIN(1) BSD General Commands Manual BUILTIN(1)
NAME
builtin, !, %, ., :, @, , , alias, alloc, bg, bind, bindkey, break, breaksw, builtins, case,
cd, chdir, command, complete, continue, default, dirs, do, done, echo, echotc, elif, else, end,
endif, endsw, esac, eval, exec, exit, export, false, fc, fg, filetest, fi, for, foreach, getopts,
glob, goto, hash, hashstat, history, hup, if, jobid, jobs, kill, limit, local, log, login,
logout, ls-F, nice, nohup, notify, onintr, popd, printenv, pushd, pwd, read, readonly, rehash,
repeat, return, sched, set, setenv, settc, setty, setvar, shift, source, stop, suspend, switch,
telltc, test, then, time, times, trap, true, type, ulimit, umask, unalias, uncomplete, unhash,
unlimit, unset, unsetenv, until, wait, where, which, while -- shell built-in commands
BSD February 23, 2005 BSD
The invoked read
comes from the system outdated shell
$ which read
/usr/bin/read
I do install the latest shell, why it prompt me the 2005 version builtins.
bash shell-builtin
New contributor
avirate is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I installed the latest GNU/Bash and gnu coreutils on Mac, additionally, the PATH and MANPATH are reseted.
$ bash --version
GNU bash, version 4.4.23(1)-release (x86_64-apple-darwin18.0.0)
Copyright (C) 2016 Free Software Foundation, Inc.
$ which ls
/usr/local/opt/coreutils/libexec/gnubin/ls
$ echo $PATH
/usr/local/opt/coreutils/libexec/gnubin:
$ echo $MANPATH
/usr/local/opt/coreutils/libexec/gnuman:/usr/local/opt/coreutils/libexec/gnuman:
I can refer to GNU Manual for some utilities
$ man sort
$ man ls
but when it come to shell built-in commands
$ man read
BUILTIN(1) BSD General Commands Manual BUILTIN(1)
NAME
builtin, !, %, ., :, @, , , alias, alloc, bg, bind, bindkey, break, breaksw, builtins, case,
cd, chdir, command, complete, continue, default, dirs, do, done, echo, echotc, elif, else, end,
endif, endsw, esac, eval, exec, exit, export, false, fc, fg, filetest, fi, for, foreach, getopts,
glob, goto, hash, hashstat, history, hup, if, jobid, jobs, kill, limit, local, log, login,
logout, ls-F, nice, nohup, notify, onintr, popd, printenv, pushd, pwd, read, readonly, rehash,
repeat, return, sched, set, setenv, settc, setty, setvar, shift, source, stop, suspend, switch,
telltc, test, then, time, times, trap, true, type, ulimit, umask, unalias, uncomplete, unhash,
unlimit, unset, unsetenv, until, wait, where, which, while -- shell built-in commands
BSD February 23, 2005 BSD
The invoked read
comes from the system outdated shell
$ which read
/usr/bin/read
I do install the latest shell, why it prompt me the 2005 version builtins.
bash shell-builtin
New contributor
avirate is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I installed the latest GNU/Bash and gnu coreutils on Mac, additionally, the PATH and MANPATH are reseted.
$ bash --version
GNU bash, version 4.4.23(1)-release (x86_64-apple-darwin18.0.0)
Copyright (C) 2016 Free Software Foundation, Inc.
$ which ls
/usr/local/opt/coreutils/libexec/gnubin/ls
$ echo $PATH
/usr/local/opt/coreutils/libexec/gnubin:
$ echo $MANPATH
/usr/local/opt/coreutils/libexec/gnuman:/usr/local/opt/coreutils/libexec/gnuman:
I can refer to GNU Manual for some utilities
$ man sort
$ man ls
but when it come to shell built-in commands
$ man read
BUILTIN(1) BSD General Commands Manual BUILTIN(1)
NAME
builtin, !, %, ., :, @, , , alias, alloc, bg, bind, bindkey, break, breaksw, builtins, case,
cd, chdir, command, complete, continue, default, dirs, do, done, echo, echotc, elif, else, end,
endif, endsw, esac, eval, exec, exit, export, false, fc, fg, filetest, fi, for, foreach, getopts,
glob, goto, hash, hashstat, history, hup, if, jobid, jobs, kill, limit, local, log, login,
logout, ls-F, nice, nohup, notify, onintr, popd, printenv, pushd, pwd, read, readonly, rehash,
repeat, return, sched, set, setenv, settc, setty, setvar, shift, source, stop, suspend, switch,
telltc, test, then, time, times, trap, true, type, ulimit, umask, unalias, uncomplete, unhash,
unlimit, unset, unsetenv, until, wait, where, which, while -- shell built-in commands
BSD February 23, 2005 BSD
The invoked read
comes from the system outdated shell
$ which read
/usr/bin/read
I do install the latest shell, why it prompt me the 2005 version builtins.
bash shell-builtin
bash shell-builtin
New contributor
avirate is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
avirate is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
avirate is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 12 mins ago
avirate
34629
34629
New contributor
avirate is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
avirate is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
avirate is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
avirate is a new contributor. Be nice, and check out our Code of Conduct.
avirate is a new contributor. Be nice, and check out our Code of Conduct.
avirate is a new contributor. Be nice, and check out our Code of Conduct.
avirate is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f478198%2freference-to-the-shell-builtin-manual-from-an-updated-bash%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password