====== Introduction ====== [[https://www.gnu.org/software/bash/|Bash]] ([[wp>Bash_(Unix_shell)|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). It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification. The improvements offered by Bash include: * command-line editing, * unlimited size command history, * job control, * shell functions and aliases, * indexed arrays of unlimited size, * integer arithmetic in any base from two to sixty-four. ====== Links ====== ===== General ===== [[https://www.gnu.org/software/bash/|GNU Bash]]\\ ===== Code Style ===== [[https://www.shellcheck.net/|ShellCheck]]\\ [[https://github.com/koalaman/shellcheck/wiki|ShellCheck - Wiki]]\\ ===== Tutorials ===== [[https://www.linux-magazin.de/ausgaben/2022/06/shell-serie-teil-1/|Shell Serie - Teil 1 - Verteilte Systeme in der Bash schreiben]]\\ [[https://www.linux-magazin.de/ausgaben/2022/07/shell-serie-teil-2/|Shell Serie - Teil 2 - Verteilte Systeme in der Bash schreiben]]\\ [[https://www.linux-magazin.de/ausgaben/2022/08/shell-serie-teil-3/|Shell Serie - Teil 3 - Skripte-TÜV: Ein Framework für automatisierte Tests]]\\ [[https://www.linux-magazin.de/ausgaben/2022/09/shell-serie-teil-4/|Shell Serie - Teil 4 - Komfortables Logging für die Bash]]\\ [[https://www.linux-magazin.de/ausgaben/2022/10/shell-serie-teil-5/|Shell Serie - Teil 5 - Kommandozeilenparser im Eigenbau]]\\ [[https://www.linux-magazin.de/ausgaben/2022/11/bash-serie/|Shell Serie - Teil 6 - Mutexe und Semaphoren mit der Bash programmiert]]\\ [[https://www.linux-magazin.de/ausgaben/2022/12/shell-serie-teil-7/|Shell Serie - Teil 7 - Petri-Netze für Deadlock-freie Queues in der Bash]]\\ ====== Docs ====== [[https://www.gnu.org/software/bash/manual/|GNU Bash manual]]\\ [[https://tldp.org/LDP/abs/html/index.html|Advanced Bash-Scripting Guide]]\\ ====== Files and Directories ====== FIXME ===== General Files and Directories ===== FIXME ===== Configuration Files ===== FIXME ====== Getting Help ====== FIXME Manual pages: user@host:~$ man bash user@host:~$ man bash-builtins ====== Install ====== To install //bash// on Debian: root@host:~$ apt-get -y install bash bash-completion ====== Configuration ====== FIXME ====== Usage ====== FIXME ===== Status Check ===== FIXME To check the status of ////: root@host:~$ ====== Recipies ====== ====== Known Issues ====== FIXME