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 are the general commands in using unix os for a beginner?

0 Answers  


What does find command return in unix?

0 Answers  


describe the escaping sequence characteres in unix

1 Answers  


How does pipe () work?

0 Answers  


What is the difference between pipe and xargs?

2 Answers   Amazon, CTS,






what is kernel?

6 Answers  


What is the functionality of a top command?

0 Answers   Amazon,


Write a command to kill the last background job?

0 Answers  


what these two commands prints "echo test","cat test"?

6 Answers   TCS, Wipro,


How to convert a hidden file to normal visible file?

8 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  


What does the command ' $who | sort –logfile > newfile' do?

0 Answers  


Categories