Sign up to create your own snipts, or login.

Public snipts » d13t's snipts » lpr command

posted on Apr 07, 2009 at 10:25 a.m. EDT in 
  • # print text file from the command line:
    
    lpr /path/to/text.txt
    
    # get available printers:
    
    lpstat -a
    
    # print via printer Printer_name:
    
    lpr -P Printer_name /path/to/text.txt
    

    copy | embed

0 Comments

Sign up, or login to leave a comment.