bsub -o /tmp/job_out sleep 5
bsub -o /dev/null sleep 5
The following example submits myjob to the night queue:
bsub -q night -i job_in -o job_out -e job_err myjob
The job reads its input from file job_in. Standard output is stored in file job_out, and standard error is stored in file job_err.