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 |
in UNIX,what is the command to remove directory with files?
What does the md command do?
How to get a particular string as your prompt ? Give syntax of that command?
Give the command to display space usage on the UNIX file system.
What command is used to replace the existing string with some other?
What is pipe command in unix?
Explain the read, write, and execute permissions on a UNIX directory.
What is the use of sed command in unix?
Which unix command lists files/folders in alphabetical order?
distinguish between physical addresses and logical address?
Can you write a command to erase all files in the current directory including all its sub-directories?
What will the following command do?