InterviewSolution
Saved Bookmarks
| 1. |
Point out the wrong statement.(a) Command is the CLI command which does a specific task(b) There is one and only flag for every command in CLI(c) Flags are the options given to command for activating particular behaviour(d) All of the mentionedThis question was posed to me during an interview.The origin of the question is CLI and Git Workflow topic in division Data Science Basics and Data Scientist Toolbox of Data Science |
|
Answer» Correct CHOICE is (B) There is ONE and only flag for EVERY command in CLI |
|