eigenen Variabel speichern, z.b.: in der variabel username kommt "Testuser" rein, in der Variabel Passwort "kennwort" usw...
Auf deutsch gesagt will ich einfach das ganz... Separator) zu splitten:
<code>
IFS=";"
while read User Password Email
do
echo -e "$User $Password $Email"
done < ./users.csv
</code>
Das ist eine Bash-Variante zu explode.
PS: Und vergis
o turn off echoing, the command stty -echo can be used. Any subsequent user input (including commands typed at the shell) will not be echoed.
To restore the echoing, use stty echo. However, it is poor programming to ma... ppear twice.
To avoid this, a neat stty trick is used in which the original state of stty is stored b
y be unary or binary. Unary expressions are often used to examine the status of a file. There are stri... minal.
-u file
True if file exists and its set-user-id bit is set.
-w file
True if file exists a... True if file exists and is owned by the effective user id.
-G file
True if file exists and is owned... tring2
True if the strings are equal. `=' may be used in place of `=='.
string1 != string2
True if