Learn how to use the command line. In lesson 2 of my Command Line course you will learn the copy (cp), move (mv), remove (rm), touch, and make directory (mkdir) commands so that you can effectively manage the computer file system.
Course Contents
00:00 Learning Objectives
00:10 Greeting
01:00 How to Copy a file with the cp Command
3:26 How to Copy a File From One Directory to Another with cp
6:23 How to Avoid Overwriting a Files with cp
12:30 How to Copy Multiple Files at Once with cp
15:00 How to Copy Directories with the cp
17:37 How to Rename a File with mv
20:17 How to Move a File with mv
21:48 How to Move a Directory with mv
23:42 How to Avoid Overwriting Files with mv
31:17 How to Move Multiple Files Types at Once with mv
34:06 How to Rename a Directory with mv
35:29 How to Create a File with the touch Command
37:27 How to Modify File Timestamps with touch
38:23 How to Create Files & Modify Multiple Timestamps at Once
39:55 How to Modify Directory Timestamps with touch
40:59 How to Create a Directory with the mkdir Command
42:03 How to Create Multiple Directories at Once with the mkdir Command
43:03 How to Delete a File with the rm Command
44:33 How to Delete Multiple Files at Once with the rm
45:35 How to Delete Directories with the rm
48:11 How to Avoid Accidentally Deleting Files & Directories
50:25 What You Learned
50:38 Lesson 3 Preview
Command Line Reference:
https://github.com/devzombiuser/Comma...
Command Line Course Lesson 2 Content:
https://github.com/devzombiuser/Comma...