How to read and understand manuals and documentations?

Posted by Repulsive_Cap_9375@reddit | learnprogramming | View on Reddit | 5 comments

Hi guys,
Im 39, coming from the translation and agriculture fields (i know, quite random:), and recently signed up for a coding course, or more precisely: For a bootcamp that hopefully will lead into a course.
I put immense hours daily, sitting in the library solving various challenges (in C), learning shell scripting, git, github...You know the drill.
But here's where im getting confused: How do you guys manage to understand manuals and documentation. Of course, some documentation are much more readable and easier to understand than others, but some (like command line manuals) looks so archaic to me and hard to understand that i dont even know how to build the actual command.
Of course i have the basic control in the command line, but when it comes to specific tasks (i.e, build a command that find all the files that ends with \~ or *, then delete it - all in the same command, no && etc), i dont even know how to search, where to search how to concatenate it etc.
How do you guys (especially the old school programmers) found an answer to peculiar questions back then (prior to AI)? is there a way to search manuals and documentation that i dont get?
Shed some light, and help a brother improve!
Thanks:)