What command would users use to see what file one
page at a time in UNIX?
Answer Posted / venkatesh
cat <filename> | more
less <filename> | more
cat <filename> | less
pg <filename>
by using above that commanda we can display the file and
page at the same time.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does the “echo” command do?
What is the first character of the output in ls l command?
How does shebang work?
What is grep r?
What does touch command do in unix?
How to display no of records in oracle using unix command?
How do you grep recursively?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
why metadb requires a seperate slice to create Solaris volume manager
What is the use of the tee command?
Does cp command overwrite files?
Give the command for finding the current date.
What does this command do,"$more readme.txt“?
Enlist some filename manipulation commands in unix.
What are the commands in UNIX to list the files in a Directory?