cli-tutor 0.4.2

Interactive terminal app for learning Unix command-line tools
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Module display order — sorted by usefulness in day-to-day software engineering
# Foundations first, then search/filter, then transform, then combine/compare,
# then dev tools, then thematic workflow modules.
modules = [
  "ls", "cat", "head", "tail",
  "grep", "find",
  "cut", "sort", "uniq", "wc", "tr",
  "sed", "awk",
  "paste", "tee", "diff",
  "xargs", "tar", "chmod",
  "bc",
  "git", "jq", "make",
  "log-processing", "text-processing"
]