Section 1 : Introduction to the Command Line

Lecture 1 Open the terminal 00:03:02 Duration
Lecture 2 Few simple commands 00:04:24 Duration
Lecture 3 The Linux File System
Lecture 4 Navigating the File system 00:18:38 Duration
Lecture 5 ls like cd !
Lecture 6 Hard Links vs Soft Links 00:04:00 Duration
Lecture 7 Creating Links 00:10:14 Duration
Lecture 8 A directory loop ! 00:04:28 Duration
Lecture 9 ls command options 00:17:51 Duration

Section 2 : Working with Files

Lecture 1 The touch command 00:06:23 Duration
Lecture 2 Make a directory and remove empty directories 00:04:52 Duration
Lecture 3 Remove files using the rm command 00:15:06 Duration
Lecture 4 Copy files using the cp command 00:07:38 Duration
Lecture 5 Move and rename files using the mv command 00:11:40 Duration
Lecture 6 The file command 00:07:57 Duration
Lecture 7 Filenames and spaces 00:09:16 Duration
Lecture 8 Filenames and special characters 00:08:27 Duration
Lecture 9 Auto completion 00:06:18 Duration
Lecture 10 Keyboard shortcuts 00:05:26 Duration

Section 3 : Viewing and Editing Files

Lecture 1 Our graphical text editor (gedit)
Lecture 2 nano 00:08:24 Duration
Lecture 3 Command Line History
Lecture 4 viewing text files with less 00:05:43 Duration
Lecture 5 viewing files with cat and tac 00:07:45 Duration
Lecture 6 head and tail commands 00:05:58 Duration
Lecture 7 The wc command 00:06:07 Duration

Section 4 : Help yourself !

Lecture 1 Types of Commands 00:12:21 Duration
Lecture 2 The which command 00:05:21 Duration
Lecture 3 help and man 00:07:14 Duration
Lecture 4 Whatis going on 00:02:45 Duration

Section 5 : Make your Own Commands

Lecture 1 Combining multiple commands 00:13:21 Duration
Lecture 2 Wildcards #1 00:16:42 Duration
Lecture 3 Wildcards #2 00:15:10 Duration
Lecture 4 alias #1 00:08:25 Duration
Lecture 5 alias #2 00:05:57 Duration
Lecture 6 alias #3