1.

Which option is used for printing multiple copies of a file using lp command?(a) -l(b) -i(c) -t(d) -nI got this question in unit test.My question is taken from Counting File Data: wc Command in section Handling Ordinary Files of Unix

Answer»

Right option is (d) -n

The explanation: If we want to PRINT multiple COPIES of a FILE, we can USE the -n option FOLLOWED by an integer i.e. the number of copies that we want to print. For example to print 5 copies of file abd.txt use the following command,



Discussion

No Comment Found

Related InterviewSolutions