Versions Compared

    Key

    • This line was added.
    • This line was removed.
    • Formatting was changed.

    ...

    The command is archived to a file:
    % qbsub –export file.qja sleep 10

    The command is archived to an XML file:
    % qbsub –export file.xja –xml sleep 10

    Submit the file into queue:
    % qbsub –import file.qja

    Submit the file and replace the priority:
    % qbsub –priority 10 –import file.qja

    View the contents of the job archive file:
    % qbarchive –long file.qja