try running slow commands, for instance...
for $i in 1 2 3 4; do sleep 1; echo $i; done
You need a way to find out where the output of some command ends. You can look for the shell prompt, or make your commands print their output encoded in some format (for instance MIME-encoded), but in any case, it is a hassle. | [reply] [d/l] |