diff --git a/HowtoCUPS.md b/HowtoCUPS.md index d31dc67a..855f211c 100644 --- a/HowtoCUPS.md +++ b/HowtoCUPS.md @@ -31,6 +31,21 @@ Lister les imprimantes : ~~~ # lpstat -t +scheduler is running +system default destination: HP_Color_LaserJet_CP2025dn +device for HP_Color_LaserJet_CP2025dn: socket://192.168.4.56 +HP_Color_LaserJet_CP2025dn accepting requests since mer. 13 juin 2018 21:21:54 CEST +printer HP_Color_LaserJet_CP2025dn is idle. enabled since mer. 13 juin 2018 21:21:54 CEST +~~~ + +Impression en ligne de commande : + +~~~ +$ export PRINTER=HP_Color_LaserJet_CP2025dn +$ echo test | lp +request id is HP_Color_LaserJet_CP2025dn-3 (0 file(s)) +$ lp foo.ps +request id is HP_Color_LaserJet_CP2025dn-4 (1 file(s)) ~~~