6 lines
78 B
Text
6 lines
78 B
Text
|
(
|
||
|
while read x
|
||
|
do foobar bop || exit 1
|
||
|
> done <file ) &&
|
||
|
outside subshell
|