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

How many unix commands are there?

0 Answers  


Can you enlist some commonly used network commands?

0 Answers  


Explain iostat, vmstat and netstat.

3 Answers   CTS, Wipro,


hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command

2 Answers   ACS, Span Systems,


what is the default signal kill in unix?

8 Answers   IBM,






What is mtime in find command?

1 Answers  


how to unzip the contents of the gzip file

1 Answers   Epsilon,


Give command that will make the file "run.sh" executable?

10 Answers   IBM,


in a growing log file how will you see the 1st 99 lines?

7 Answers  


What is s and g in sed command?

0 Answers  


Why is shebang used?

0 Answers  


What is awk used for?

0 Answers  


Categories