<code>while
read line
do
echo -e "$line"
done < ./users.csv
</code>
Mit diesem Bash Skript lese ich eine CSV ein.
<code>
Testuser;kennwort;Testuser@linux.local
Testuser2;kennwort2;Testuser2@linux.local
Testuser3;kennwort3;Testuser3@linux.local</code>
minal.
-u file
True if file exists and its set-user-id bit is set.
-w file
True if file exists and... True if file exists and is owned by the effective user id.
-G file
True if file exists and is owned b