What command a user use to view a long text file
one page at a time in UNIX?

Answers were Sorted based on User's Feedback



What command a user use to view a long text file one page at a time in UNIX?..

Answer / sridhar

more filename
or
less filename
or
cat filename |more

Is This Answer Correct ?    13 Yes 0 No

What command a user use to view a long text file one page at a time in UNIX?..

Answer / jaga

cat file.txt | more

Is This Answer Correct ?    8 Yes 0 No

What command a user use to view a long text file one page at a time in UNIX?..

Answer / pitambar mishra

more filename

less filename

But less command is better b'cuz less provides both forward and backward pattern searching and also highlights the pattern
where as more command only provides forward pattern searching.

Is This Answer Correct ?    2 Yes 0 No

What command a user use to view a long text file one page at a time in UNIX?..

Answer / shami.r

cat filename | pg

Is This Answer Correct ?    1 Yes 0 No

What command a user use to view a long text file one page at a time in UNIX?..

Answer / sricharan

more filename or less filename is better to use

Is This Answer Correct ?    1 Yes 0 No

What command a user use to view a long text file one page at a time in UNIX?..

Answer / brijmohan

cat filename | more

Is This Answer Correct ?    1 Yes 0 No

What command a user use to view a long text file one page at a time in UNIX?..

Answer / yuvaevergreen

pg filename one page at a time.

Is This Answer Correct ?    0 Yes 0 No

What command a user use to view a long text file one page at a time in UNIX?..

Answer / rajesh m

ls -l filename | more
or pg -l | more

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More Unix Commands Interview Questions

What is the functions of zambie process?

3 Answers  


Is it inbetween or in between?

0 Answers  


Give the command to display space usage on the UNIX file system.

6 Answers  


what is the meaning of this command rm -rf / what will it do ?

5 Answers   Altair,


how to check a file system type

7 Answers   Wipro,






What is command statement?

0 Answers  


What is the basic difference between unix and windows operating systems?

43 Answers   Bopro, College School Exams Tests, CTS, IBM, IT-Kids, Priyadarshini, Sybian Technologies, Tolani Maritime,


What is updatedb?

0 Answers  


How do I search for text in vi?

0 Answers  


What does awk stand for?

0 Answers  


How to display no of records in oracle using unix command?

0 Answers  


How would you change all occurrences of a value using VI?

4 Answers  


Categories