I really like the man pages, but they’re an encyclopedia, not a tutorial. Great for looking up specifics when you already have a foundation. Not so great when starting out
When I was first learning programming I had a teacher who insisted that the only resource we could was the Java docs.
When you want to know what parameters you need to pass or what certain flags do, it’s a great resource. When you don’t even know how to iterate through an array, it’s not the first place to look.
I really like the man pages, but they’re an encyclopedia, not a tutorial. Great for looking up specifics when you already have a foundation. Not so great when starting out
When I was first learning programming I had a teacher who insisted that the only resource we could was the Java docs.
When you want to know what parameters you need to pass or what certain flags do, it’s a great resource. When you don’t even know how to iterate through an array, it’s not the first place to look.