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

How to add content of one file into another file at the beginning

12 Answers  


how to find largest file?

14 Answers   HCL, Microsoft, Thomson Reuters,


What command is used to replace the existing string with some other?

8 Answers   TCS,


How to get a particular string as your prompt ? Give syntax of that command?

3 Answers  


distinguish between paging and swapping?

1 Answers   Infosys,






Give two UNIX kernel parameters that effect an Oracle install

3 Answers   Oracle,


What happens when we execute a unix command?

0 Answers  


How to see unused port number in Solaris?

2 Answers   HCL,


How to setup Disk space as well as memory in solaris10?

4 Answers  


What is clustering in HP and how it's work?

1 Answers   HP,


Differentiate cat command from more command.

0 Answers  


What is the command to find hidden files in the current directory?

0 Answers  


Categories