HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to print file (with both side page) in UNI...
Operating System - HP-UX
1833427
Members
3146
Online
110052
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 11:24 PM
04-08-2002 11:24 PM
How to print file (with both side page) in UNIX
I want to print some files with double side page (printer output). How coul i issue the command to print both sided page. Thanks.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 11:45 PM
04-08-2002 11:45 PM
Re: How to print file (with both side page) in UNIX
Hi
Add the option -oduplex to your print command.
If you have jetdirect then there are man pages for each printer script.
see /opt/hpnp/sh
do
export MANPATH=/opt/hpnp/man:$MANPATH
man net_ljx000
Or another name found in sh
Steve Steel
Add the option -oduplex to your print command.
If you have jetdirect then there are man pages for each printer script.
see /opt/hpnp/sh
do
export MANPATH=/opt/hpnp/man:$MANPATH
man net_ljx000
Or another name found in sh
Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2002 11:53 PM
04-08-2002 11:53 PM
Re: How to print file (with both side page) in UNIX
As Steve already says, the -o option of lp is to be used. Normally, it is 'duplex' you want (like lp -oduplux). But the -o commands are printer-specific and can be found in your /etc/lp/interface/ directory. Look here in the interfacescript for all options of your printer.
Regards,
Ceesjan
Regards,
Ceesjan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2002 12:13 AM
04-09-2002 12:13 AM
Re: How to print file (with both side page) in UNIX
Hi,
use -od for automatic double side printing and -omd for manual double side printing.
anyway depend on your printer interface there could be explanation in /etc/lp/interface/
like this:
-d | d | -double | double) # set up for automatic double sided copy
duplex="yes";;
-md | md | -mdouble | mdouble) # set up for manual double sided copy
modeset="true"
outputmode="mdouble";;
use -od for automatic double side printing and -omd for manual double side printing.
anyway depend on your printer interface there could be explanation in /etc/lp/interface/
like this:
-d | d | -double | double) # set up for automatic double sided copy
duplex="yes";;
-md | md | -mdouble | mdouble) # set up for manual double sided copy
modeset="true"
outputmode="mdouble";;
enjoy any little thing in my life
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP