bsub on foreground

ID: bsub-on-foreground

bsub on foreground by Ciro Santilli 35 Updated +Created
Run 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
Ctrl + C kills the job on remote as well as locally.

New to topics? Read the docs here!