bash
The GNU Bourne-Again SHell
Bash is the shell, or command-line interpreter, of the GNU system. It is compatible with the Bourne Shell, but it also integrates useful features from the Korn Shell and the C Shell and new improvements of its own. It allows command-line editing, unlimited command history, shell functions and aliases, and job control while still allowing most sh scripts to be run without modification.
- Versions: 5.1.16
- Website: https://www.gnu.org/software/bash/
- Licenses: GPL 3+
- Package source: gnu/packages/bash.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of bash
as follows:
guix install bash
Or install a particular version:
guix install bash@5.1.16
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/bash/'><img src='http://127.0.0.1:3000/packages/bash/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/bash/badges/latest-version.svg)](http://127.0.0.1:3000/packages/bash/) Org: [[http://127.0.0.1:3000/packages/bash/][http://127.0.0.1:3000/packages/bash/badges/latest-version.svg]]