UNIX/学生ツール/ユーティリティ/bprint
bprint: batch print. lpr front end. Usage: bprint [options] [file ...] options: -txt txt print -image image print (default) -Pprinter select printer -num multiple pages per sheet default, 2 in -txt, 1 in -image -noboth no both side -rotate rotate 90 degree in -image ex: bprint -image -2 -Pstd4pr1 *.gif Check: lprm -P printer userid
a2ps -p $@ | psnup $psnup | lpr -P$printer $both
convert -colorspace GRAY $rotate $@ ps:- | psnup $psnup | lpr -P$printer $both