What output will the following command sequence produce?
What output will the following command sequence produce?
echo ‘1 2 3 4 5 6’ | while read a b c; do
echo result: $c $b $a;
done
What output will the following command $ seq 10 produce?
What output will the following command $ seq 10 produce?