Learn R Programming

bsub (version 1.1.0)

brecent: Recent jobs from all status

Description

Recent jobs from all status

Usage

brecent(max = 20, filter = NULL)

Value

The same output format as bjobs.

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.

Examples

Run this code
if (FALSE) {
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