Results 1 to 3 of 3
why don't pagers like 'more' or 'less' work with the help text of many console applications, like to help text of X11???
example:
Code:
X --help |more...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-07-2005 #1Linux Newbie
- Join Date
- Oct 2004
- Posts
- 139
pagers don't work with help text
why don't pagers like 'more' or 'less' work with the help text of many console applications, like to help text of X11???
example:
Code:X --help |more
- 01-07-2005 #2
They do. --help is not a valid switch to the command 'X'.

Try:
Code:ls --help | more
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 01-08-2005 #3Linux Newbie
- Join Date
- Oct 2004
- Posts
- 139
Yes it is, 'X --help' list the arguements available for X. The pager doesn't intercept the text output.
Originally Posted by sarumont


Reply With Quote
