====== IF-Operator ======
<code bash>
#!/bin/bash
X=""
if [ -n "$X" ]; then # -n tests to see if the argument is non empty
echo "... </code>
http://pegasus.rutgers.edu/~elflord/unix/bash-tute.html:
A brief summary of test operators
He... you need anything else, you can always check the bash manpage ... )
operator
produces true if...
num
-e "$line"
done < ./users.csv
</code>
Mit diesem Bash Skript lese ich eine CSV ein.
<code>
Testuser;ken... d $Email"
done < ./users.csv
</code>
Das ist eine Bash-Variante zu explode.
PS: Und vergiss für dieses
mit 'history' kann man sich alle Einträge aus '~/.bash_history' anzeigen lassen.
Mit Rufzeichen (!) vor... etzte Bearbeitung rückgängig machen
*[Strg + r]: Suche rückwärts durch die History
siehe 'man bash'