Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.
    Comment: Migrated to Confluence 5.3

    Table of Contents
    typeflat
    Excerpt
    hiddentrue

    display the stdout log of a job instance

    Description

    qbout retrieves and prints the standard error log for a single job instance. 

    Usage 

    qbout [optionsjobID[.subjobID]…

    where subjobID represents the subjob ID of jobID. If the subjob ID is omitted, a subjob ID of 0 is assumed.

    Options

    Option

    Description

    --pos int

    Starting file position at int bytes

    --sleep int

    Refresh every int seconds (default: 60)

    --follow

    Similar to "tail -f"

    --help

    Command help

    --version

    Command version

    Notes

     

    Examples

    Display the standard output for subjob 12354.0:

    qbout 12354.0

    See also

    qberr