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 difference between cmp and diff commands?
What is time_t?
What does awk stand for?
What is the comma to show the space allocation of files?
distinguish between multi-tasking,multi-user,multi- processing and time sharing?
4 Answers Infosys, Nikhil Construction,
Write a command to find all of the files which have been accessed within the last 30 days.
what is the difference between npar and vpar in HP-UX?
Enlist some filename manipulation commands in unix.
Explain command to display different lines that are found when compare two files?
what is difference between unix and linux?
to list a particular line in the file
What Command is used to make a directory?