InterviewSolution
Saved Bookmarks
| 1. |
How can we copy a file into our current directory?(a) cp file1(b) cp file1(c) cp file*(d) none of the mentionedI have been asked this question by my college professor while I was bunking the class.My doubt stems from Copying a File: cp Command topic in chapter Handling Ordinary Files of Unix |
|
Answer» Right option is (b) cp file1 |
|