About 78 results
Open links in new tab
  1. Bash - GNU Project - Free Software Foundation

    Sep 22, 2020 · Bash is the GNU Project's shell—the Bourne Again SHell. This is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and the C shell (csh).

  2. Bash Reference Manual

    All of the Bourne shell builtin commands are available in Bash, and the rules for evaluation and quoting are taken from the POSIX specification for the ‘standard’ Unix shell.

  3. What is Bash? (Bash Reference Manual)

    Bash is the shell, or command language interpreter, for the GNU operating system. The name is an acronym for the ‘ Bourne-Again SHell ’, a pun on Stephen Bourne, the author of the direct ancestor …

  4. Top (Bash Reference Manual)

    May 18, 2025 · The following menu breaks the features up into categories, noting which features were inspired by other shells and which are specific to Bash. This manual is meant as a brief introduction …

  5. What is a shell? (Bash Reference Manual)

    Shells offer features geared specifically for interactive use rather than to augment the programming language. These interactive features include job control, command line editing, command history and …

  6. Bash is the shell, or command language interpreter, for the gnu operating system. The name is an acronym for the ‘Bourne-Again SHell’, a pun on Stephen Bourne, the author of the direct ancestor of …

  7. Basic Shell Features (Bash Reference Manual)

    The Bourne shell is the traditional Unix shell originally written by Stephen Bourne. All of the Bourne shell builtin commands are available in Bash, and the rules for evaluation and quoting are taken from the …

  8. GNU Bash manual - GNU Project - Free Software Foundation

    Jul 4, 2025 · This manual (bash) is available in the following formats: HTML (1020K bytes) - entirely on one web page. HTML - with one web page per node. HTML compressed (192K gzipped characters) - …

  9. Shell Commands (Bash Reference Manual)

    More complex shell commands are composed of simple commands arranged together in a variety of ways: in a pipeline in which the output of one command becomes the input of a second, in a loop or …

  10. Shell Scripts (Bash Reference Manual)

    A shell script is a text file containing shell commands. When such a file is used as the first non-option argument when invoking Bash, and neither the -c nor -s option is supplied (see Invoking Bash), Bash …