Answers for "bash read an array from file"

0

how to put the contents of a file into an array in bash

IFS=$'n' read -d '' -r -a lines < /path/to/file
Posted by: Guest on November-02-2020

Code answers related to "TypeScript"

Browse Popular Code Answers by Language