export A=5 ./bin/env ./bin/repeat 1 A ./bin/env B=6 C=7 ./bin/repeat 1 A 2 B 3 C ./bin/env C=7 ./bin/repeat 1 A 2 B 3 C | head -n 4 quit