Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 795 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 795 Bytes

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)