displays the stdout and stderr output of an unfinished job
Displays the standard output and standard error output that have been produced by one of your unfinished jobs, up to the time that this command is invoked.
By default, displays the output using the command cat.
This command is useful for monitoring the progress of a job and identifying errors. If errors are observed, valuable user time and system resources can be saved by terminating an erroneous job.
Operates on your most recently submitted job in the specified queue.
Operates on your most recently submitted job that has been dispatched to the specified host.
Operates on your most recently submitted job that has the specified job name.
The job name can be up to 4094 characters long. Job names are not unique.
The wildcard character (*) can be used anywhere within a job name, but cannot appear within array indices. For example job* returns jobA and jobarray[1], *AAA*[1] returns the first element in all job arrays with names containing AAA, however job1[*] will not return anything since the wildcard is within the array index.