Return to Snippet

Revision: 70752
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