InterviewSolution
Saved Bookmarks
| 1. |
What if the destination file specified in mv command already exists?(a) it will be deleted(b) it will not be affected(c) it will be overwritten(d) an error will be producedThe question was posed to me in class test.This intriguing question comes from Deleting and Renaming files: rm and mv Command in chapter Handling Ordinary Files of Unix |
|
Answer» The correct option is (c) it will be overwritten |
|