Week 1 - Session 2 - Command Line Interface

blog image source
For any software engineer, it is an essential skill to know how to use the command line interface (CLI or terminal). Installing software, using git, running your code, and even writing code are just some of the things we will be using the CLI for.

A GUI (graphical user interface) is often available as a more accessible, user-friendly way of interacting with the computer, but it is crucial to be comfortable interacting directly with the computer.


Learn the Command Line on Codecademy - https://www.codecademy.com/learn/learn-the-command-line

Popular posts from this blog

Week 9 to 12 - Learning with MCR Codes

Week 9 - Session 1 - The Internet, the Web, HTTP