From 8bdbfda3037827432be4e650953cb044a1fe8dac Mon Sep 17 00:00:00 2001 From: evan Date: Fri, 24 Sep 2021 12:14:23 -0500 Subject: [PATCH] add notes file --- notes.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 notes.md diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..89c4b3d --- /dev/null +++ b/notes.md @@ -0,0 +1,21 @@ +# Notes + +cupsFilter2 calls script with following arguments + +- $1 - job id +- $2 - username +- $3 - document title +- $4 - ??? +- $5 - print options +- $6 - path to file to print (optional, usually comes from stdin) + +``` +164 +evan +NPR : National Public Radio +1 +Duplex=DuplexNoTumble Collate PageSize=Custom.612.00x792.00 job-uuid=urn:uuid:2ecf0255-836e-3f0$ +/var/spool/cups/d00164-001 +``` + +