Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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

IFS=$'
' read -d '' -r -a lines < /path/to/file
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #put #contents #file #array #bash
ADD COMMENT
Topic
Name
9+4 =