 |
shell script that read each line separatly - LinuxQuestions.org
Hi, I would like to write a shell script that reads a text-file, reading out each ... Loop through the file for line in `cat file.txt`;do # Echo the line (echo ...
www.linuxquestions.org |
 |