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>
Das wäre dan die
sh>
#!/bin/bash
X=""
if [ -n "$X" ]; then # -n tests to see if the argument is non empty
echo... /~elflord/unix/bash-tute.html:
A brief summary of test operators
Here's a quick list of test operators. It's by no means comprehensive, but its likely to be