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 the command to find out the difference between files and folders?

6 Answers  


what is the advaantage of each user having its own copy of the shell?

2 Answers   Infosys,


If JFS file system is 100% full how we can increase the file system ?

3 Answers  


what is virtual machine?

2 Answers   Infosys,


what are the different hardwares available?

1 Answers  


Who wrote grep?

0 Answers  


What is the function of grep command in unix?

0 Answers  


what is the difference between KILL and KILL -9?

5 Answers   Informatica, Nutanix,


what is the use of wild cards?

2 Answers  


what are wild cards?

2 Answers  


How do you find files in Unix?

2 Answers  


what are the different commands used to create files?

5 Answers  


Categories