由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - 双面打印
相关主题
how to get rid of the ^M in files?how to print the last 2 columns of a text file?
A question about command timeHelp about printing through network!
Perl问题求助 (转载)关于双面打印
Unix下是否有记录所有用户command history的工具?how to run background process after logout
再次急问: *.tgz 文件怎么解?Re: 怎么在UNIX下面放CD?
help on job control commandswhat's the use of "ta"
wait on line: simple questionhave u use ";" in pine?
How to use the command history in SUN?[转载] Re: 进入main()之前就死了
相关话题的讨论汇总
话题: print话题: your话题: sysadmin话题: command话题: both
进入Unix版参与讨论
1 (共1页)
w***s
发帖数: 21
1
A print in office, it can print on both sides in windows, which command in u
nix can make it prints in both side just like in windows
This question bother me for a long time!!!
s***t
发帖数: 195
2
basically if it's a ps printer you need to make a filter to
send the ps commands to the printer telling it to do duplex
printing.

【在 w***s 的大作中提到】
: A print in office, it can print on both sides in windows, which command in u
: nix can make it prints in both side just like in windows
: This question bother me for a long time!!!

w***s
发帖数: 21
3
but how?
3x

【在 s***t 的大作中提到】
: basically if it's a ps printer you need to make a filter to
: send the ps commands to the printer telling it to do duplex
: printing.

c**o
发帖数: 166
4
Are you the sysadmin or not?
If you are only a normal user without root access, what you need to do is to
try command
lp -o duplex Your_file_name
or
lpr Your_file_name
to see if your sysadmin has set it up. If it is set up, one of the command
above
should work.
If you are the sysadmin and you have not set it up to print on both side, you
should
install hpwebjet first which can be downloaded from HP website.

【在 w***s 的大作中提到】
: A print in office, it can print on both sides in windows, which command in u
: nix can make it prints in both side just like in windows
: This question bother me for a long time!!!

s***t
发帖数: 195
5
or you can put the following lines at the beginning of your .ps file
%!
%%IncludeFeature: duplex (on)
%%End Comments

【在 c**o 的大作中提到】
: Are you the sysadmin or not?
: If you are only a normal user without root access, what you need to do is to
: try command
: lp -o duplex Your_file_name
: or
: lpr Your_file_name
: to see if your sysadmin has set it up. If it is set up, one of the command
: above
: should work.
: If you are the sysadmin and you have not set it up to print on both side, you

1 (共1页)
进入Unix版参与讨论
相关主题
[转载] Re: 进入main()之前就死了再次急问: *.tgz 文件怎么解?
where can I find some good website for C Shell ?help on job control commands
two silly questions :-(wait on line: simple question
books about advanced UNIX commandHow to use the command history in SUN?
how to get rid of the ^M in files?how to print the last 2 columns of a text file?
A question about command timeHelp about printing through network!
Perl问题求助 (转载)关于双面打印
Unix下是否有记录所有用户command history的工具?how to run background process after logout
相关话题的讨论汇总
话题: print话题: your话题: sysadmin话题: command话题: both