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 the search command in unix?
What is the use of the tee command?
What is $0 bash?
Does cp command overwrite files?
What is the significance of the 'tee' command?
How do I clear my terminal history?
What is used to type command?
What is ‘ps’ command for?
How do I search a whole word in vim?
How do I find previous commands in unix?
What does the command ' $who | sort –logfile > newfile' do?
What are the commands in UNIX to list the files in a Directory?
What is the difference between awk and grep?
What is sed awk grep?
Describe the zip/unzip command using gzip.