Skip to content

Instantly share code, notes, and snippets.

@m-rey
Last active January 29, 2019 17:39
Show Gist options
  • Save m-rey/b639d58f4d7ba1c8b247c25be85cf359 to your computer and use it in GitHub Desktop.
Save m-rey/b639d58f4d7ba1c8b247c25be85cf359 to your computer and use it in GitHub Desktop.
delete your printer history from printer
#!/bin/sh
#set variable USER and PRINTER accordingly
sudo cancel -E -a -x -u $USER $PRINTER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment