Snippets

Bridger Dyson-Smith fedora-purge

Created by Bridger Dyson-Smith
One PID:
# this deletes PID chdP4:p49
fedora-purge.sh localhost:8080 fedoraAdmin fedoraAdmin chdP4:p49 http
"deleting PID p49."

Multiple PIDs:
# this only deletes the compound objects
for I in p{01..76}; do fedora-purge.sh localhost:8080 fedoraAdmin
fedoraAdmin chdP4:$I http "deleting all of the chdP4 PIDs."; done

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.