2016
4:57 hours
├── 1 – Introduction to the Command Line
│ ├── 01 Open the terminal.mp4
│ ├── 02 Few simple commands.mp4
│ ├── 03 The Linux File System.mp4
│ ├── 04 Navigating the File system.mp4
│ ├── 05 Filesystem.pdf
│ ├── 06 ls like cd !.mp4
│ ├── 07 Hard Links vs Soft Links.mp4
│ ├── 08 Creating Links.mp4
│ ├── 09 A directory loop !.mp4
│ ├── 10 Links.pdf
│ ├── 11 ls command options.mp4
│ ├── Date.pdf
│ ├── Links_2.pdf
│ ├── Loops.pdf
│ ├── Lslikecd.pdf
│ ├── Lsoptions.pdf
│ ├── Nav.pdf
│ └── Shell.pdf
├── 2 – Working with Files
│ ├── 01 The touch command.mp4
│ ├── 02 Make a directory and remove empty directories.mp4
│ ├── 03 Remove files using the rm command.mp4
│ ├── 04 Copy files using the cp command.mp4
│ ├── 05 Move and rename files using the mv command.mp4
│ ├── 06 The file command.mp4
│ ├── 07 Filenames and spaces.mp4
│ ├── 08 Filenames and special characters.mp4
│ ├── 09 Auto completion.mp4
│ ├── 10 Keyboard shortcuts.mp4
│ ├── Copy.pdf
│ ├── File.pdf
│ ├── Mkdir.pdf
│ ├── Move.pdf
│ ├── Rmcommand.pdf
│ ├── Shortcuts.pdf
│ ├── Spaces.pdf
│ ├── Special.pdf
│ └── Touch.pdf
├── 3 – Viewing and Editing Files
│ ├── 01 Our graphical text editor (gedit).mp4
│ ├── 02 nano.mp4
│ ├── 03 Command Line History.mp4
│ ├── 04 viewing text files with less.mp4
│ ├── 05 viewing files with cat and tac.mp4
│ ├── 06 head and tail commands.mp4
│ ├── 07 The wc command.mp4
│ ├── Gedit.pdf
│ └── Less.pdf
├── 4 – Help yourself !
│ ├── 1 Types of Commands.mp4
│ ├── 2 The which command.mp4
│ ├── 3 help and man.mp4
│ └── 4 Whatis going on .mp4
└── 5 – Make your Own Commands
├── 1 Combining multiple commands.mp4
├── 2 Wildcards #1.mp4
├── 3 Wildcards #2.mp4
├── 4 alias #1.mp4
├── 5 alias #2.mp4
└── 6 alias #3.mp4