Completed
Copying Files & Folders cp
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
MacOS Terminal - The Beginners' Guide
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 The Shell
- 3 GUI vs CLI
- 4 Mac Terminal & zsh
- 5 Finder & Terminal
- 6 Root, Users & Home Directory
- 7 Print Working Directory & List Items pwd & ls
- 8 Change Directory cd, cd .., cd / and cd ~
- 9 Absolute vs Relative Paths
- 10 Creating Files & Folders touch & mkdir
- 11 Removing Files & Folders r & rmdir
- 12 Understanding Flags and the "man" Command
- 13 Removing Folders Containing Data rm -r
- 14 Copying Files & Folders cp
- 15 Moving Files & Folders mv
- 16 Renaming Files