You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
Stew Alexander
committed
Stop assuming the reader has already used the tools being replaced.
The page opened by promising what each tool replaces and what Debian calls it
once installed. Both land only if you have already used grep and already been
bitten by a renamed binary. Someone a week into Ubuntu has done neither, and
three quarters of the traffic here arrives from a search engine.
Descriptions now lead with what the tool does and keep the classic command in
parentheses, so bat reads as colour and line numbers first and a nicer cat
second. That costs the experienced reader nothing.
Also: 'Debian-family' named as Debian, Ubuntu, Mint and Pop!_OS; 'on any box'
and 'reference-only' replaced with plain wording; and the eget paragraph now
explains what eget is for before requiring it.
Copy file name to clipboardExpand all lines: README.md
+23-20Lines changed: 23 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,17 @@
1
1
# Linux Tools: 2026 Edition
2
2
3
-
Sixty-four command-line tools for Debian and Ubuntu: what each one replaces,
4
-
and what Debian actually calls it once installed.
3
+
Sixty-four command-line tools for Debian and Ubuntu. Each entry says what the
4
+
tool does, the command that installs it, and what you type to run it — which is
5
+
not always the same word.
5
6
6
-
-**Start with —**[the seven essentials](#start-here) · [replacing a command you already use](#looking-for-a-replacement-for-something) · [why a command isn't found](#installed-it-but-the-command-isnt-found)
7
+
-**Start with —**[the seven essentials](#start-here) · [a better tool for a classic command](#looking-for-a-replacement-for-something) · [when the command isn't found](#installed-it-but-the-command-isnt-found)
0 commit comments