bash read a file as a list of strings code example Example: how to put the contents of a file into an array in bash IFS=$'\n' read -d '' -r -a lines < /path/to/file