Created
January 22, 2025 21:45
-
-
Save ericbisme/49620b65180c290ed510e34ae4f502a7 to your computer and use it in GitHub Desktop.
PeopleSoft psadmin APPQ count one line
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo -i -u psadm2 psadmin -c qstatus -d APPDOM 2>/dev/null | awk '$2 == "APPQ" {print $5}' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment