arison operators as well. If the file argument to one of the primaries is of the form `/dev/fd/N', then... descriptor N is checked. If the file argument to one of the primaries is one of `/dev/stdin', `/dev/stdout', or `/dev/stderr', file descriptor 0, 1, or 2, ... ally in the current locale.
arg1 OP arg2
OP is one of `-eq', `-ne', `-lt', `-le', `-gt', or `-ge'.
Hallo!
<code>while
read line
do
echo -e "$line"
done < ./users.csv
</code>
Mit diesem Bash Skript lese... ssword Email
do
echo -e "$User $Password $Email"
done < ./users.csv
</code>
Das ist eine Bash-Variante