Unix tools
Rebuild little Unix CLI tools (wc, head/tail, grep, cut, etc.) one bite at a time
0/10 completed
(0%)
| # | Exercise | Level | Status |
|---|---|---|---|
| 1 | wc: Count Lines, Words, and Characters | Easy | Available |
| 2 | head & tail: First and Last N Lines | Easy | Available |
| 3 | cat -n: Number the Lines | Easy | Locked |
| 4 | tr: Translate and Delete Characters | Easy | Locked |
| 5 | grep: Filter Matching Lines | Medium | Locked |
| 6 | cut: Extract a Field | Medium | Locked |
| 7 | uniq -c: Count Adjacent Duplicates | Medium | Locked |
| 8 | sort: Sort Lines | Medium | Locked |
| 9 | sed: Find and Replace, Line by Line | Medium | Locked |
| 10 | top_words: Pipeline Capstone | Hard | Locked |