bsub on foreground
New to topics? Read the documentation here!
Run
Ctrl + C kills the job on remote as well as locally.
bsub
on foreground, show stdout on host stdout live with an interactive with the bsub -I
option:
bsub -I 'echo a;sleep 1;echo b;sleep 1;echo c'; echo done