InterviewSolution
Saved Bookmarks
| 1. |
Which of the following CLI command can also be used to rename files?(a) rm(b) mv(c) rm -r(d) none of the mentionedThe question was posed to me in semester exam.I need to ask this question from CLI and Git Workflow in portion Data Science Basics and Data Scientist Toolbox of Data Science |
|
Answer» CORRECT CHOICE is (B) MV Explanation: mv STANDS for move. |
|