ffnen, zum Beispiel:
<code>
# Dateimischer
while read X <&3 && read Y <&4 && read Z <&5
do
echo $X $Y $Z
done 3<Datei-1 4<Datei... le ist durch die Shell oder das Betriebssystem begrenzt. Portable Skripte dürfen nur die Kanäle 0 bis ... Ist man zum Beispiel an Fehlermeldungen nicht interessiert, kann man sie vernichten mit
exec 2>/dev/... werden, kann man den ursprünglichen Kanal duplizieren:
exec 3<&0 <datei
verbindet beispielsweise d
operand2 (both operands should be integers)
2
Expressions may be unary or binary. Unary expressions are often used to examine the status of a file. There... 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 negat
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=`stty -g`
stty -echo
read secret
stty $stty_orig
</code>
explode in PHP) ======
Quelle((http://www.linuxforen.de/forums/archive/index.php/t-223160.html))
Hallo!
<code>while
read line
do
echo -e "$line"
done < ./users.csv
</co... er3;kennwort3;Testuser3@linux.local</code>
Das wäre dan die Ausgabe (Username;Passwort;E-Mail).
Nun ... ll ich aber, den Usernamen, Passwort und E-Mail Adresse in einer eigenen Variabel speichern, z.b.: in