Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

Shell read file line by line

while read line; do    
    echo $line    
done < file.txt
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Shell #read #file #line #line
ADD COMMENT
Topic
Name
8+7 =