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 you write a command to erase all files in the current directory including all its sub-directories?
what is the difference between relative path and absolute path?
Enumerate some of the most commonly used network commands in unix?
what is the default signal kill in unix?
What is grep command in unix with examples?
what is the advaantage of each user having its own copy of the shell?
0 Answers BMC, CNS, DELL, Infosys,
what is mount ,tell me about mount ,how can u use in real time project??
Which command is used to delete all files in the current directory and all its sub-directories?
When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?
29. How to display top 10 users Who | head -10 | wc –w
what is the use of wild cards?
What is unix command line?