- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: man page percent indicator absent
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
06-14-2005 09:37 PM
06-14-2005 09:37 PM
when I display a man page, I could not see the percent indicatior at the left bottom.
It just says "standard input". when I press p key (to say explicitly, I want to see percent ) man says "Don't know length of file (press RETURN)"
How can I see the percent of a displaed man page.. ?
TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 10:03 PM
06-14-2005 10:03 PM
Re: man page percent indicator absent
I have the same behaviour.
You can set PAGER before using man:
#export PAGER="pg -c"
Best Regards,
Eric Antunes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 10:17 PM
06-14-2005 10:17 PM
Re: man page percent indicator absent
HTH - Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2005 10:48 PM
06-14-2005 10:48 PM
Re: man page percent indicator absent
For example
man ndd
rm /usr/share/man/cat1m.Z/ndd.1m
man ndd # % figure shows
man ndd # % figure not there now....!
I'm not suggesting you do this each time though!!!
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 03:33 PM
06-15-2005 03:33 PM
Solutionrm -rf /usr/share/man/cat*Z
Now, every man page will be formatted when used , the % value will be shown and when done, the result is thrown away. This has a small advantage and disadvantage: advantage is that less space is needed for the man pages but disadvantage is slower man page response.
You may never use man again once you use vi to read (and search) man pages. I've attached a script called viman.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 10:17 PM
06-15-2005 10:17 PM
Re: man page percent indicator absent
I have already removed cat*Z files. But behavior has not changed.. Now I suspect manX.z files
should I remove them too ..!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2005 07:35 PM
06-20-2005 07:35 PM