bsub (version 1.0.0)

bjobs_done: Finished jobs

Description

Finished jobs

Usage

bjobs_done(max = Inf, filter = NULL)

Arguments

max

Maximal number of jobs.

filter

Regular expression to filter on job names.

Value

The same output format as bjobs.

Details

You can directly type bjobs_done without parentheses which runs bjobs_done with defaults.

Examples

Run this code
# NOT RUN {
bjobs_done  # this is the same as `bjobs_done()`
bjobs_done() # all done jobs
bjobs_done(max = 50) # last 50 done jobs
bjobs_done(filter = "example") # done jobs with name ".*example.*"
# }

Run the code above in your browser using DataLab