--- lynx.cfg.orig 2001-12-16 15:01:49 +0300 +++ lynx.cfg 2001-12-16 17:02:18 +0300 @@ -1597,6 +1597,9 @@ # # Printer examples: .ex 3 +PRINTER:send to the default printer:bash -c "lpr %s || { echo $\\"Something went wrong; press any key to continue\\"; read -s -n 1; }":FALSE +PRINTER:send to a specified printer:bash -c "lpr -P'$(echo -n 'Enter a printer name\: ' >&2 && head --lines=1)' %s || { echo $\\"Something went wrong; press any key to continue\\"; read -s -n 1; }":FALSE +PRINTER:Specify the command now:echo -n "Enter a print command\: "; read word; sh -c "$word %s || { echo $\\"Something went wrong; press any key to continue\\"; read -s -n 1; }":FALSE #PRINTER:Computer Center printer:lpr -Pccprt %s:FALSE #PRINTER:Office printer:lpr -POffprt %s:TRUE #PRINTER:VMS printer:print /queue=cc$print %s:FALSE:58