Tbf, most man files are not easy to understand.
Between man, tldr, ArchWiki, and an occasional O’Reilly book I can usually get things done, but documentation on Linux still has a lot of room for improvement.
Other than stuff like ffmpeg - which has so many features that a man page just can’t cut it; and sed - which doesn’t have a simple hyperlink saying “you go here to learn sed regexp”, most man pages do what I need them to do.
You just need to learn the basics of how the man page is organised and what the brackets in the SYNOPSIS section mean and that makes using them much easier.
Tbf, most man files are not easy to understand. Between man, tldr, ArchWiki, and an occasional O’Reilly book I can usually get things done, but documentation on Linux still has a lot of room for improvement.
Other than stuff like
ffmpeg
- which has so many features that a man page just can’t cut it; andsed
- which doesn’t have a simple hyperlink saying “you go here to learn sed regexp”, most man pages do what I need them to do.You just need to learn the basics of how the man page is organised and what the brackets in the SYNOPSIS section mean and that makes using them much easier.
We also have
man man
for that purpose.