best way to learn is by experience. just try to do as much as possible from the command line and eventually you'll be good.
obviously if you're super super new the first things you should learn are the very basics. like "touch", "nano", "cat", "cd", "ls", "rm", and anything else that lets you do basic operations with files from the CLI.
one utility i can recommend to you is "tldr". there are various implementations for it, personally i use tealdeer.
https://github.com/dbrgn/tealdeerit basically tells you everything you need to know about a given command, and unlike man pages its actually very useful.