Revision: 70752
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at June 30, 2016 18:20 by rm1984
Initial Code
while read -r ROW do echo $ROW done < <(command)
Initial URL
Initial Description
Read and process the output of a command one row at a time
Initial Title
Read and process the output of a command one row at a time
Initial Tags
command, Bash
Initial Language
Bash