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 |
Can a process kill itself in UNIX/or in its various versions?
Write a command to display a file’s contents in various formats?
What is the comma to display different lines that are found when compare two files?
Are you in or at the office?
what are processor execution levels and priorities?
What is the output of : $ ps-e $ ps-a commands
Name the general commands in using unix os for a beginner?
What is the command to view process running?
How can we "forked" process in UNIX? How then recognize in any of the branches we?
what is telnet?
Explain command to view process running?
How to see unused port number in Solaris?