amine the status of a file. There are string operators and numeric comparison operators as well. If the file argument to one of the primaries is of the form `/dev/fd/N', ... ', `-gt', or `-ge'.
These arithmetic binary operators return true if arg1 is equal to, not equal to, less than, less than or equal to, greater than, or greater than or equal to arg2, respectively. Arg1 and arg2 may be positive or negative integ
luding whether or not characters should be echoed to the terminal. To turn off echoing, the command stty -echo can be u... ommands typed at the shell) will not be echoed.
To restore the echoing, use stty echo. However, it is poor programming to make the assumption that echo is on. In some case... k is used in which the original state of stty is stored before the stty change and restored after the read. The following code will read a password into the variable secret:
<code bash>
stty_orig=`stt
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 Z... 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'