====== IF-Operator ======
<code bash>
#!/bin/bash
X=""
if [ -n "$X" ]; then # -n tests to see if the argument is non empty
echo "th... unix/bash-tute.html:
A brief summary of test operators
Here's a quick list of test operators. It's by no means comprehensive, but its likely to be all y
======
Common practice for inputing passwords is to read the text without displaying it on the screen... luding whether or not characters should be echoed to the terminal. To turn off echoing, the command stty -echo can be used. Any subsequent user input (inc... ommands typed at the shell) will not be echoed.
To restore the echoing, use stty echo. However, it i
lls die Datei noch nicht vorhaden war, wird sie automatisch angelegt. Falls die Datei schon vorhanden ... man
Kommando < /dev/zero.
Die Umleitung von stout und stderr in dieselbe Datei würde prinzipiell ... e 2>&1
Wenig bekannt ist der Bourne-Shell-Operator <>.
Er öffnet eine Datei zum Lesen und Schreibe... der Standardeingabe.
Fehlende Dateien legt er automatisch an, im Gegensatz zu > löscht er jedoch nic
gerufen zu werden.
==== Shortcuts ====
mit 'history' kann man sich alle Einträge aus '~/.bash_history' anzeigen lassen.
Mit Rufzeichen (!) vor der Zah... hen einen Text eingibt, kann man diesen in der History suchen.
* [Strg + a]: zum Start der Zeile
... zte Bearbeitung rückgängig machen
*[Strg + r]: Suche rückwärts durch die History
siehe 'man bash'