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

By using which command we can find the CPU utilization time?

7 Answers   Amazon,


How does pipe () work?

0 Answers  


What does pipe () return?

0 Answers  


what is the difference between KILL and KILL -9?

5 Answers   Informatica, Nutanix,


Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.

0 Answers  






distinguish between physical addresses and logical address?

3 Answers   Infosys,


What are the commands in UNIX to list the files in a Directory?

0 Answers   CGI,


What command is used to check the current users?

0 Answers  


Briefly, how do you install Oracle software on UNIX.

2 Answers  


What is file system in unix??

10 Answers   Symphony,


what is the difference between relative path and absolute path?

7 Answers  


what is the difference between SED and GREP ? Which one is more better and why?

4 Answers   IBM,


Categories