QRLS(1) | User Contributed Perl Documentation | QRLS(1) |
qrls - release a hold on a job in a familiar pbs format
qrls [-h u|o|s|a|n] job_id...
The qrls command removes or releases holds from jobs.
If no -h option is given, the USER hold will be released.
The hold_type argument is a one of the characters "u", "o", "s", "a" or "n". The hold type associated with each letter is:
B<u> - USER B<o> - OTHER B<s> - SYSTEM B<a> - All B<n> - None
On success, qrls will exit with a value of zero. On failure, qrls will exit with a value greater than zero.
2024-04-01 | perl v5.38.2 |