Skip to content

Latest commit

 

History

History
 
 

04-terminal

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

The Terminal

Learning Goals

  • Vocabulary: Terminal, command line, commands
  • To know advantages of the command line and why programmers use it
  • To utilize the terminal to navigate, create, delete, and modify files and folders
  • To know and utilize basic terminal commands: ls, cd, touch, mkdir, rm, mv, cp, man, pwd, whoami, cat

Resources

  1. Notes: The Command Line
  2. Notes: Example commands
  3. Assignment: Setup Your Folder Structure
  4. Assignment: Learn the Command Line @ Codecademy.com

Further Reading (optional)