Jens Luedicke, [EMAIL PROTECTED] wrote: > Furthermore, how can I set wider margins when printing > text-only using the CUPS lpr?
You can't with lpr, but you can with lp, and CUPS allows you to use either (or both) commands. Read the CUPS user's manual for all the options for lp. (On an old redhat distribution, I used a "sed" script to insert spaces at the beginning of each line, and then sent the modified file to lpr. But the lp options are a better solution, and more general.) Mike Fontenot [EMAIL PROTECTED]