bash from file to array 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