| bjobs_done {bsub} | R Documentation |
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. |
Details
You can directly type bjobs_done without parentheses which runs bjobs_done with defaults.
Value
The same output format as bjobs.
Examples
## 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.*"
## End(Not run)
[Package bsub version 1.1.0 Index]