You don't need to read the whole manual. It's hard when you're looking for something very specific, but in this case it's just the FILES section, so I'll try man bash and then /^FILES.
It's like saying /etc/services has 11033 lines in it. Well, use grep or search in the document.
Comments
$ man bash | wc 5375 41026 312785
"From the Earth to the Moon" by Jules Verne has 39,985 words
You don't need to read the whole manual. It's hard when you're looking for something very specific, but in this case it's just the FILES section, so I'll try man bash and then /^FILES.
It's like saying /etc/services has 11033 lines in it. Well, use grep or search in the document.