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  


what is telnet?

6 Answers  


How does pipe () work?

0 Answers  


Where can I get the free download of Unix by Yeswant Kanetkar?

5 Answers  


distinguish between user mode and kernel mode?

4 Answers   Infosys,






what is the function of grep command?

4 Answers  


How do I delete files from command prompt?

0 Answers  


Which command is used to kill the last background job?

0 Answers  


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

8 Answers   IBM,


Describe the usage and functionality of the command rm –r * in unix?

0 Answers  


what does the command 'wc' do?

4 Answers  


What is in grep command?

0 Answers  


Categories