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 does the 'tee' command do?
Is it inbetween or in between?
How would you find the size of a file or directory?
What is in grep command?
What is the search command in unix?
How do you change file permissions and ownership in Unix?
What does the command '$ls | wc –l > file1' do?
what is the shell for dos,nt operating systems?
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
How we will execute previous command in vi editor?
What command will change your prompt to myprompt?
What is Unix, and how does it differ from other operating systems?