This repository contains all my exercises, notes, and practice files from the "Learning Linux Command Line" course by Scott Simpson on LinkedIn Learning.
- Course: Learning Linux Command Line
- Platform: LinkedIn Learning
- Student: Wang Keng Seng
- Location: Singapore 🇸🇬
- Status: In Progress
- Terminal Navigation & File Management
- Package Management (
apt) - Archives & Compression (
zip,tar,gzip) - Directory Visualization (
tree) - Version Control with Git
| Exercise / Topic | Status | Date |
|---|---|---|
Installing & Using tree |
✅ Done | May 2026 |
Working with .zip files |
✅ Done | May 2026 |
Working with .tar.gz files |
✅ Done | May 2026 |
| File & Directory Management | ✅ Done | May 2026 |
| Git Setup & Version Control | ✅ Done | May 2026 |
| Advanced Commands & Scripting | 🔄 In Progress | - |
.
├── ExerciseFiles/ # Main practice directory
├── unpack3/ & unpack4/ # Archive extraction exercises
├── directory_structure.txt # Output from `tree` command
├── CourseNotes.md # Personal learning notes
├── backup.tar.gz # Backup archive
└── Various practice files...
🚀 Next Goals
Master shell scripting (.sh files)
Learn process management
Explore networking commands