Displaying 1 result from an estimated 1 matches for "nopreview".
2002 Feb 14
2
RFC: "R::Wrapper" perl module
...prompt for filename):
% ./script.pl --pdf
# do the same, but specify filenames in advance:
% ./script.pl --dump=rawdata.txt
% ./script.pl --pdf=testplot.pdf
% ./script.pl --ps=testplot.ps
# only generate the dump, don't preview at all:
% ./script.pl --nopreview --pdf=testplot.pdf
# pipe the postscript to something else:
% ./script.pl --ps="| enscript -Pbiochem_LJ5P"
# the default argument for lpr is -P
% ./script.pl --lpr=biochem_LJP
# send other parameters to lpr (e.g. 2 copies);
% ./script.pl --lpr="...