Document Actions
How can I view the output of my job?
Up to Table of Contents
The ``qpeek`` command can list your job output while it is running. It behaves much like the ``tail`` command so using ``-f`` will display the output as it is written::
$qpeek -f 123435
1.0
2.0
3.0
4.0
See ``qpeek -h`` for more info.
You can also submit your job with the ``-k oe`` flag, then the standard error and standard output of your job will be put in your home directory, see ``man qsub`` for more details.

