Printing: Difference between revisions

imported>Onny
Add command line usage examples
imported>Onny
mNo edit summary
Line 23: Line 23:
</syntaxhighlight>
</syntaxhighlight>


Print test page
Print test page for printer called <code>HP-LaserJet-1020</code>


<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
# lp -o job-sheets=standard,none /dev/null
# lp -o job-sheets=standard,none -d HP-LaserJet-1020 /dev/null
</syntaxhighlight>
</syntaxhighlight>