Skip to content

Instantly share code, notes, and snippets.

@misterjoa
Created October 26, 2019 22:00
Show Gist options
  • Select an option

  • Save misterjoa/ea93854ef77d00be8e342cc0af059f59 to your computer and use it in GitHub Desktop.

Select an option

Save misterjoa/ea93854ef77d00be8e342cc0af059f59 to your computer and use it in GitHub Desktop.
remove all cups printers
#!/usr/bin/bash
lpstat -p|grep ^printer|awk '{print $2}'|sed -s 's/inconnue//g'>printers.txt
cat printers.txt | xargs -L1 lpadmin -x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment