Tagged Questions
1
vote
1answer
90 views
How can I set `less` or `more` max lines (scrollable height) limit/boundary in linux?
(Sorry for the title. Any suggestions?)
I've set my commandline PS1 to cover 3 lines:
white space
user, server and pwd
$ or # to input
I think less (or more?) is configured to break after ...
3
votes
2answers
2k views
Less or More in Windows?
Is there a command in the Windows DOS prompt that is equivalent to the UNIX less or more?
Basically, the problem is that when I type hg log, the output has too many lines to fit on the screen and I ...
0
votes
3answers
101 views
Don't display filenames along with the contents when using “more”
While displaying more than one file with more, I don't want to display filenames along with the contents.
I only need to display the contents of the file. Is there any way to escape the filenames?
0
votes
1answer
179 views
Windows 7 returns “command not found” when giving the more command
On my machine I can call the more command, but my colleague cannot. We both open the command-line as Administrator, but that doesn't help. What's wrong here?
