- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- form feed on hp/ux
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
03-01-2002 07:11 AM
03-01-2002 07:11 AM
form feed on hp/ux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 07:15 AM
03-01-2002 07:15 AM
Re: form feed on hp/ux
Try this,
echo "\014\c"
Put this at the end of the print command.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 07:16 AM
03-01-2002 07:16 AM
Re: form feed on hp/ux
This is not unique to HP-UX but really applies to all UNIX lp implementations. The key to your problem is the 'interface' file. Go to /var/spool/lp/interface. There you will find an interface script with the same name as your print queue. You can modify it. Typically all you need to do is add an echo "\f\c" to the section that actually prints the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 07:04 PM
03-01-2002 07:04 PM
Re: form feed on hp/ux
Yes, the correct methid to handle this is to customize the interface script. But this will work ONLY if the printer is locally connected. If the printer is really attached to another computer then you'll have to add the formfeed in front of each job. Remote printing takes the responsibility away from the originating node and places it on the remote print server.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 07:37 PM
03-01-2002 07:37 PM
Re: form feed on hp/ux
How is this printer connected to the HP (network printer, parallel port printer, serial port, mux strip, or magic (just kidding)) ?
This is NOT an OS issue, it's HOW you are talking to the printer issue and how you are sending data to that printer.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2002 07:44 PM
03-01-2002 07:44 PM
Re: form feed on hp/ux
live free or die
harry