Skip to content

Instantly share code, notes, and snippets.

@ericbisme
Created January 22, 2025 21:45
Show Gist options
  • Select an option

  • Save ericbisme/49620b65180c290ed510e34ae4f502a7 to your computer and use it in GitHub Desktop.

Select an option

Save ericbisme/49620b65180c290ed510e34ae4f502a7 to your computer and use it in GitHub Desktop.
PeopleSoft psadmin APPQ count one line
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