Binaries/printfile

From Minux Wiki
Revision as of 14:25, 1 October 2024 by Shorun (talk | contribs) (Created page with "the printfile binary is part of the "devlib" program and used to print a file, it does not format the file for printing, it does split it into pages. lines longer then 25 characters fall off, the file should get pre-formatted first. '''usage:''' printfile filename '''output:''' splits the file into pages and prints these pages on an available printer. very early stage, requires a working printer to work.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

the printfile binary is part of the "devlib" program and used to print a file,

it does not format the file for printing, it does split it into pages. lines longer then 25 characters fall off, the file should get pre-formatted first.


usage:

printfile filename


output:

splits the file into pages and prints these pages on an available printer.


very early stage, requires a working printer to work.