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

Explain about document formatting?

0 Answers  


1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utilization even though files unable to create, why? 3.what are the internal and external command in linux? 4.sar command o/p? 5.how list the open files? 6.what is kernel compiling? 7.How do u See complete configuration in ur system? 8.how will u make a daily updates with cron daily? 9.which port is associated with ttys0? 10.specific some problems linux admin(if u are linux admin)faced and how did u overcome it?

10 Answers   IBM, TCS,


Can I delete .bash history?

0 Answers  


You are required to restore the file memo.ben. It was backed up in the tar file MyBackup.tar. Which command would you use to do it?

0 Answers  


Set the Display automatically for the current new user ?

3 Answers  






how to see the system configuration in your linux system?

7 Answers  


Which command is used to uncompress gzip files?

0 Answers  


How do find hard disk revolutions speed?

1 Answers   ACL, HP,


What is Data Command?

0 Answers  


What is cmake in linux?

0 Answers  


how to run the boot loader in the linux.......

5 Answers  


You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?

0 Answers  


Categories