Search
Contents
1. Introduction to CLI Shells
1. Introduction to CLI Shells
ΒΆ
1.1. Introduction to CLI Shells
1.1.1. What is a Shell?
1.1.1.1. GUI Shells
1.1.1.2. CLI Shells
1.1.2. Shell Command Languages
1.1.2.1. Bash
1.1.2.2. PowerShell
1.1.2.3. Bash vs. PowerShell
1.1.3. Terminal Emulators
1.1.3.1. Shell REPL
1.1.3.2. CLI Documentation
1.2. Shell Fundamentals
1.2.1. The File System
1.2.1.1. Paths
1.2.1.2. Basic Navigation
1.2.1.3. File System Operations
1.2.2. Commands
1.2.2.1. Calling Commands
1.2.3. CLI Tools
1.2.3.1. Package Managers
1.2.3.2. Tools used in this class
1.2.4. The PATH
1.2.4.1. Shell Environment Variables
1.2.5. Piping
1.2.6. Scripting
1.3. Walkthrough: Set Up Linux & Bash With WSL
1.3.1. Windows Subsytem for Linux
1.3.2. Enable WSL
1.3.3. Setup Ubuntu
1.3.4. Managing the Ubuntu VM
1.3.5. Working with WSL
1.3.5.1. Viewing available distributions
1.3.5.2. Entering a VM Shell directly
1.3.5.3. Shutting down a VM
←
Chapters
1.1. Introduction to CLI Shells
→