Module 1
Codespace
development environment.VS Code
development environment.command line interface
(CLI
) or the shell
.Steps:
Select the terminal
(aka click on it).Type in your command
(this needs to be typed out exactly).Press enter
to run the command.to
ls
command.cd
command.cd ..
takes you back to the previous (parent) folder.pwd
is the print working directory
command.