Every time I find some command confusing, I'd reach out for man pages. Sometimes I get what I want with it, but mostly it confused me even more.
I understand that a man page is divided into parts: NAME
, SYNOPSIS
, DESCRIPTION
, OPTIONS
, EXPRESSIONS
, EXAMPLES
, etc.
But I have no clue what all the options mean. Like, how many parameters every option should have, their dependencies etc.
Can someone please clarify it for me?
Are there any documents for this?