Of course emacs is the biggest
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
OK a lot of them I can get behind, but wtf is the deal with tar at 262 pages or so.
Probably need to list all possible strings of options that nobody understands.
tar xpourhtjfvzju
Keep in mind that the tar "manual" does not actually call itself a "manual": it refers to itself as a "book". It has 20 pages of preamble (5 title pages, discussions of the authors, descriptions of the intended audience, etc.) It has another 20 pages elaborating on important structs in the tar source code. The licence takes up another 10 pages. The index at the end is 25 pages long.
The manual for tar
on my machine is 1025 lines long whereas bash
's manual has 4728. gawk
's manual is likewise light at 1723. (Measured with screen width of 120 chars)
It looks like some of the manuals on that site are super in-depth versions - practically books - rather than PDF versions of the man
versions.
For example, tar
's has several pages dedicated to the GNU Free Documentation License which is very much not part of the command line version. Add a few more sections like that and things soon add up.
That's because the link is measuring the length of the info docs, not the man pages.
A lot of info manuals are really extensive. I read a good chunk of the info manual for sed a while back and it is very thorough. It's always annoying though when I go to check man for something quick and all you can get are texinfo pages. Luckily that isn't too common anymore. I think GNU caught on that it was annoying.