[2024-feb-29] Sad news: Eric Layton aka Nocturnal Slacker aka vtel57 passed away on Feb 26th, shortly after hospitalization. He was one of our Wiki's most prominent admins. He will be missed.

Welcome to the Slackware Documentation Project

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
slackbook:printing [2012/09/12 21:07 (UTC)] – updated code block to syntax highlighting mfillpotslackbook:printing [2012/10/14 15:55 (UTC)] – removed all bash and xml flags mfillpot
Line 104: Line 104:
  
          
-<code bash>+<code>
  
-darkstar:~# <command>lpinfo -m | grep 1060</command>+darkstar:~# lpinfo -m | grep 1060
 </code> </code>
  
Line 196: Line 196:
  
  
-<code bash>+<code>
 # lpadmin -d r1060 # lpadmin -d r1060
 </code> </code>
Line 219: Line 219:
  
  
-<code bash>+<code>
 $ lpr foo.txt $ lpr foo.txt
 </code> </code>
Line 242: Line 242:
  
  
-<code bash+<code> 
-darkstar:~$ <command>pr foo.txt | lpr</command>+darkstar:~$ pr foo.txt | lpr
 </code> </code>
  
 slackbook:printing ()