Which option is used for printing multiple copies of a file using lp command?

Which option is used for printing multiple copies of a file using lp command? Correct Answer -n

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, $ lp -n5 abd.txt

Related Questions