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 is merge command in unix?

0 Answers  


distinguish between physical addresses and logical address?

23 Answers   College School Exams Tests, CTS, Infosys, SAX, TATA, TCS,


what does the command 'wc' do?

4 Answers  


distinguish between user mode and kernel mode?

6 Answers   Infosys,


what is the use of "grep" command?

6 Answers   HCL,






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 does shebang work?

0 Answers  


What does the metacharacter mean?

0 Answers  


What is an Unix command to convert HEX value to ASCII value located in any flat file.

2 Answers  


how many internal commands is there in UNIX?

3 Answers   TCS, Virtusa,


What is the comma to show the space allocation of files?

0 Answers  


How to see unused port number in Solaris?

2 Answers   HCL,


Categories