bsub (version 1.0.0)

brecent: 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.

Value

The same output format as bjobs.

Details

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

Examples

Run this code
# 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.*"
# }

Run the code above in your browser using DataLab