This package browser is in early development. Mind the rough edges.

bash-minimal 5.1.16

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.

Installation

Install bash-minimal 5.1.16 as follows:

guix install bash-minimal@5.1.16

Or install the latest version:

guix install bash-minimal

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.