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 |
boot process?
What is rmdir command?
Does cp command overwrite files?
What command is used to check the current users?
What is the different between UNIX command and UNIX shell script?
How to create hardlinks and softlinks on files?
How can we "forked" process in UNIX? How then recognize in any of the branches we?
What is "type" command in unix?what is the functionality??
Explain command to show the space allocation of files?
How would you find the size of a file or directory?
How do you grep a case insensitive?
What are the differences among a system call, a library function, and a unix command?