our wish to print the file vacations with 60 lines to a
page. Which command will accomplish this?

Answers were Sorted based on User's Feedback



our wish to print the file vacations with 60 lines to a page. Which command will accomplish this?..

Answer / rahul gupta

you can do this task by
head -n 60 filename | lpr

Is This Answer Correct ?    7 Yes 0 No

our wish to print the file vacations with 60 lines to a page. Which command will accomplish this?..

Answer / bharath

pr -l 60 vacations | lpr

The default page length when using pr is 66 lines. The -l
option is used to specify a different length

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Linux Commands Interview Questions

Suppose I lost a root password and I need to give it, I treid to change it through single usermode even though I am not get a password, then what is the otherprocedure to give a root password?

0 Answers  


How do I find the console in linux?

0 Answers  


Explain about gzip filename?

0 Answers  


have you ever got warning message from unix admin that file system running out of space or not enough disk space?what will u do?

5 Answers   HP,


How do you find out the server processes running?

4 Answers   HP,






When you issue the command ls -l, what signifies the first character of the resulting display file? 701 What command can you use to determine the purpose of any command?

4 Answers  


You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?

0 Answers  


What would be the result of issuing the command cat phonenos?

0 Answers  


How do I clear my run history?

0 Answers  


What is top command in linux?

0 Answers  


How can we see the default gateway ip ini linux.

6 Answers  


What is cat command in linux?

0 Answers  


Categories