How can I read the file line by line if i get it like this:
./script.sh < data.txt
Where do the data from the file data.txt go?
How can I read the file line by line if i get it like this:
./script.sh < data.txt
Where do the data from the file data.txt go?