What command would users use to see what file one
page at a time in UNIX?

Answers were Sorted based on User's Feedback



What command would users use to see what file one page at a time in UNIX?..

Answer / jaga

ls | more
cat file.txt | more
more file.txt

Is This Answer Correct ?    8 Yes 1 No

What command would users use to see what file one page at a time in UNIX?..

Answer / sujay kumar

pager filename

pg filename

less filename

more filename

cat filename | less or more..

Is This Answer Correct ?    7 Yes 0 No

What command would users use to see what file one page at a time in UNIX?..

Answer / suitable

less <filename>
cat <filename> | less

Is This Answer Correct ?    5 Yes 0 No

What command would users use to see what file one page at a time in UNIX?..

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 command would users use to see what file one page at a time in UNIX?..

Answer / subbareddy kake

more <filename>

less <filename>

Is This Answer Correct ?    1 Yes 1 No

What command would users use to see what file one page at a time in UNIX?..

Answer / dhan

more <filename>

Is This Answer Correct ?    0 Yes 0 No

What command would users use to see what file one page at a time in UNIX?..

Answer / yuvaevergreen

PG

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

what does the 'tee' command do?

4 Answers  


Is it inbetween or in between?

0 Answers  


How would you find the size of a file or directory?

1 Answers  


What is in grep command?

0 Answers  


What is the search command in unix?

0 Answers  






How do you change file permissions and ownership in Unix?

2 Answers  


What does the command '$ls | wc –l > file1' do?

0 Answers  


what is the shell for dos,nt operating systems?

1 Answers  


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?

3 Answers   IBM, Infosys,


What command will change your prompt to myprompt?

0 Answers  


What is Unix, and how does it differ from other operating systems?

2 Answers  


Categories