brecent {bsub} | R Documentation |
Recent jobs from all status
Description
Recent jobs from all status
Usage
brecent(max = 20, filter = NULL)
Arguments
max |
Maximal number of recent jobs. |
filter |
Regular expression to filter on job names. |
Details
You can directly type brecent
without parentheses which runs brecent
with defaults.
Value
The same output format as bjobs
.
Examples
## Not run:
brecent # this is the same as `brecent()`
brecent() # last 20 jobs (from all status)
brecent(max = 50) # last 50 jobs
brecent(filter = "example") # last 20 jobs with name ".*example.*"
## End(Not run)
[Package bsub version 1.1.0 Index]