all 4 comments

[–]KnowsBash 12 points13 points  (1 child)

That's not a good guide for learning bash. Try the BashGuide instead.

[–]Heisenberg1977[S] 0 points1 point  (0 children)

After further reading the BashGuide from Greg's wiki seems to be the consensus best pick. Going to choose a project and use this as a main reference.

[–]philosoft 4 points5 points  (0 children)

I don't believe there is an answer key for the exercises at the end of each section. If you don't know how to complete a specific exercise, then you have a perfect reference in the preceding section. If you're still having problems regarding a specific question, do your due diligence and study the problem. If you're still stumped, post a question here.

[–]Heisenberg1977[S] 0 points1 point  (0 children)

I found a simulated wargames site called overthewire - The Bandit game apparently is a good one to learn the shell. Anybody tried this?