What command would users use to see what file one
page at a time in UNIX?
Answers were Sorted based on User's Feedback
pager filename
pg filename
less filename
more filename
cat filename | less or more..
Is This Answer Correct ? | 7 Yes | 0 No |
Answer / 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 |
what is the command to find out the difference between files and folders?
what is the advaantage of each user having its own copy of the shell?
If JFS file system is 100% full how we can increase the file system ?
what is virtual machine?
what are the different hardwares available?
Who wrote grep?
What is the function of grep command in unix?
what is the difference between KILL and KILL -9?
5 Answers Informatica, Nutanix,
what is the use of wild cards?
what are wild cards?
How do you find files in Unix?
what are the different commands used to create files?