bash Bourne-Again-Shell, eine in Unix verwendete Shell

Bash-Kurs
BashPitfalls
Bash scripting Tutorial
Diverse Tricks
Bash scripting Tutorial
Advanced Bash-Scripting Guide: An in-depth exploration of the art of shell scripting
String konvertieren
Kontrollstrukturen
Lustige Linux Kommandos & Befehle
Übersicht
BASH A-Z
Chapter 11. Internal Commands and Builtins
8 More Bash Tips for Working Faster With the Shell (Part 2 of 2)
Cool, but obscure unix tools

<<<COM
#!/bin/bash
bla
bla
bla
COM
python -c "import sys; print('\n'.join(' '.join(c) for c in zip(*(l.split() for l in sys.stdin.readlines() if l.strip()))))" < file