logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

qrls - release a hold on a job in a familiar pbs format

Description

       The qrls command removes or releases holds from jobs.

       If no -h option is given, the USER hold will be released.

Exit Status

       On success, qrls will exit with a value of zero. On failure, qrls will exit with  a  value  greater  than
       zero.

perl v5.40.1                                       2025-03-13                                            QRLS(1)

Name

       qrls - release a hold on a job in a familiar pbs format

Options

-hhold_type
           Specifies the types of holds to be released from the jobs.

           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

       -?|--help
           brief help message

       --man
           full documentation

Synopsis

qrls [-hu|o|s|a|n] job_id...

See Also