Hello,
I am beginner with awk and I would like to resolve the following problem :
I have a csv file which content : key,username,password.
I would like to make a shell script in order to load them in my htpasswd file.
Example of the csv file :
Key,username,password
User,John,pass_john...