InterviewSolution
Saved Bookmarks
| 1. |
Which command is used for printing a file?(a) lp(b) pr(c) pg(d) moreI had been asked this question during an interview for a job.Enquiry is from Counting File Data: wc Command in portion Handling Ordinary Files of Unix |
|
Answer» CORRECT CHOICE is (a) lp Best explanation: lp command is USED for printing a single copy of the file SPECIFIED as an argument to lp command. For example, |
|