Why Programmers should prefer command-line-mode than Graphical-mode...??

1. Better Control Command line interface gives you better control than the GUI. Whether you are writing a code or just trying to instruct the computer to execute an action, you can be sure of the command lines. They are capable of performing any action.You can use CLI to perform simple tasks such as opening files or even more complex actions such as manipulating the server and database. CLI gives you ultimate power over the computer and any other application that you intend to use for programming. 2. Speed We all appreciate the essence of speed in programming. It helps a programmer to do more within a limited time. Another key reason why serious programmers opt to use CLI is speed. There is no doubt that navigating through different icons on your computer can be slow and tedious. Some icons may be small and you may spend a couple of seconds bef...