Files
apps/test.sh
2018-10-31 10:06:43 +01:00

5 lines
134 B
Bash

while IFS='' read -r line || [[ -n "$line" ]]; do
ROW="$line"
echo "Text read from file: $ROW"
done < ../data/block_list.txt