Reference to the shell builtin manual from an updated bash

The name of the pictureThe name of the pictureThe name of the pictureClash 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.










share|improve this question







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.























    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.










    share|improve this question







    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.





















      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.










      share|improve this question







      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






      share|improve this question







      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.











      share|improve this question







      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.









      share|improve this question




      share|improve this question






      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.

























          active

          oldest

          votes











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "106"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: false,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );






          avirate is a new contributor. Be nice, and check out our Code of Conduct.









           

          draft saved


          draft discarded


















          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



































          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.









           

          draft saved


          draft discarded


















          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.













           


          draft saved


          draft discarded














          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













































































          Popular posts from this blog

          How to check contact read email or not when send email to Individual?

          Bahrain

          Postfix configuration issue with fips on centos 7; mailgun relay