The while read loop - HILLS
The while read loop In introductory Unix, we experimented with standard input and standard output. Probably, one of the experiments you did was with the cat command: cat < file1 > file2 Here, cat reads each line from standard input and writes ......