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

Can you write a command to erase all files in the current directory including all its sub-directories?

1 Answers  


what is the difference between relative path and absolute path?

7 Answers  


Enumerate some of the most commonly used network commands in unix?

0 Answers  


what is the default signal kill in unix?

8 Answers   IBM,


What is grep command in unix with examples?

0 Answers  


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??

12 Answers   Symphony,


Which command is used to delete all files in the current directory and all its sub-directories?

0 Answers  


When the shell is reading the command line what is the difference between text enclosed between double quotes ( ” ) and text enclosed between signal quotes ( ’ )?

3 Answers  


29. How to display top 10 users Who | head -10 | wc –w

4 Answers   TCS,


what is the use of wild cards?

2 Answers  


What is unix command line?

0 Answers  


Categories