Skip to main content

Bash

One of the most used UNIX shell’s today known you way around bash is almost mandatory

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 the current Unix shell /bin/sh, which appeared in the Seventh Edition Bell Labs Research version of Unix.

Bash is largely compatible with sh and incorporates useful features from the Korn shell ksh and the C shell csh. It is intended to be a conformant implementation of the IEEE POSIX Shell and Tools specification (IEEE Working Group 1003.2). It offers functional improvements over sh for both interactive and programming use.

http://www.gnu.org/software/bash/manual/bashref.html

2023

Bash tips for novices
1079 words
These are some small pointers I on scripting I’ve notices working for me.
Config
5 words
my bashrc with some configs