"$X" ]; then # -n tests to see if the argument is non empty
echo "the variable X is not the empty string"
else
echo "empty!"
fi
</code>
http:... brief summary of test operators
Here's a quick list of test operators. It's by no means comprehensiv... ength
1
-z
operand has zero length
1
-d
there exists a directory whose name is operand
1
-f
there e
können umgeleitet werden
Eine solche Umleitung ist für die beteiligten Prozesse transparent, d.h. dem Prozess ist es letztlich egal, woher er seine Eingaben bezie... n der Tastatur (stdin), sondern aus einer Datei, bis das Dateiende erreicht ist.
Die Eingabeumleitung erfolgt durch das Zeichen "<", gefolgt von einem
ds ======
Common practice for inputing passwords is to read the text without displaying it on the screen. The UNIX Bourne shell does not have this functionality as a command, but a combination of commands will make this work.
The stty command sets numerous terminal pa
ch schreiben: "{}" und ";"
Coll, weil nur Ergebnisse:
<code>
find / -type f -exec grep -H 'text-to-find-here' {} \;
</code>
grep alleine:
This will only search through those files which have .... -e "pattern"
</code>
====== Zuschlag aus Schatzkiste löschen ======
Versehentliche Zusätze in Schatzkiste. Sie werden nach der Zahl in Centbeträgen in de
er gerufen zu werden.
==== Shortcuts ====
mit 'history' kann man sich alle Einträge aus '~/.bash_history' anzeigen lassen.
Mit Rufzeichen (!) vor der Z... ichen einen Text eingibt, kann man diesen in der History suchen.
* [Strg + a]: zum Start der Zeile... opy/Paste-Tasten:
*[Strg + k]: ausschneiden bis zum Zeilenende
*[Strg + u]: ausschneiden bis z
";" zerlegen und in ein array speichern.
Mit PHP ist das doch ganz einfach mit explode() möglich.
mf... $Password $Email"
done < ./users.csv
</code>
Das ist eine Bash-Variante zu explode.
PS: Und vergiss für dieses Problem Perl oder awk. Damit bekommt das doch jeder hin und das ist einfach nicht cool :ugly: *SCNR* ;)