Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

6
  • 2
    In one word: Modularity Commented Feb 23, 2017 at 23:58
  • 2
    /bin/pwd exists. I think cd would be a better example here of something that is impossible to implement as a separate tool. Commented Feb 24, 2017 at 6:07
  • 1
    @OskarSkog That was the point. cd has to be built in, pwd does not. So why did the bash implementors chose to include it? Commented Feb 24, 2017 at 8:30
  • 1
    ... which is ground covered by unix.stackexchange.com/questions/145479 . Commented Feb 24, 2017 at 8:37
  • @StigHemmer /bin/bash does exist, but it is still a builtin. See the list of builtins at gnu.org/software/bash/manual/html_node/… Commented Feb 24, 2017 at 12:47