|
|
|
|
|
by hpfr
908 days ago
|
|
In the replies, the author writes: > I literally did not know info pages existed for the first 15 years I used GNU tools, and I've still never used one A bit of irony: the link and screenshot in the OP are from the HTML version of an Info manual! In my book, that counts as using one :). HTML Info manuals are right up there with Stack Overflow for most queries about GNU tools. Most people who have searched the web for how to do something with Make, GCC, or tar have used an Info manual, unwittingly or otherwise. There are even two types of HTML export¹: one web page per node, good for sharing links, and everything on one page, good for lazy full-text search. And while the TUI program is indeed pretty niche these days (probably partly due to the fact that it’s not installed by default in many environments), any Emacs user worth their salt is intimately familiar with Info-mode :D 1: https://www.gnu.org/prep/standards/ |
|
Especially if you’re a developer.