I have a problem with one of my bash scripts.
I have a file where is stored a list of email addresses line by line like so :
mail@adress1
mail@adress2
...
what I'd like to do is to actually put each line of the file in an array where each index corresponds to a line in the right order.