What command a user use to view a long text file
one page at a time in UNIX?
Answer Posted / sridhar
more filename
or
less filename
or
cat filename |more
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is grep command in unix with examples?
What is the first character of the output in ls l command?
How can you see the command line history?
What is {} in find command?
How do I open a port?
What is the use of sed command in unix?
Is grep faster than awk?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
What are some command words?
What is the use of awk command in unix?
What does the metacharacter mean?
Who command in unix?
What is the use of finger command?
Which command should you use to find the remaining disk space in unix server?
Why is it called a shebang?