What command a user use to view a long text file
one page at a time in UNIX?
Answers were Sorted based on User's Feedback
Answer / sridhar
more filename
or
less filename
or
cat filename |more
Is This Answer Correct ? | 13 Yes | 0 No |
Answer / pitambar mishra
more filename
less filename
But less command is better b'cuz less provides both forward and backward pattern searching and also highlights the pattern
where as more command only provides forward pattern searching.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sricharan
more filename or less filename is better to use
Is This Answer Correct ? | 1 Yes | 0 No |
How to remove a crontab file?
How can you change the owner or group of a file?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Write a grep (or grep) command that selects the lines from a file that have exactly three characters.
Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...
what is shell?
Which command is used to find whether the system is 32 bit or 64 bit?
What is $0 bash?
What does find command return in unix?
What are grep patterns?
Explain ‘library functions’ with respect to unix commands?
what is Online(STM) and offline diagnostics in HP-UX?