Live data from Hacker News

Ask HN: What are the best resources to learn shell scripting?

news.ycombinator.com

1–6 of 6 posts

Re: Ask HN: What are the best resources to learn shell scripting?

#2
A good intro is a talk given by Ryan Tomayko called the Shell Hater's Handbook[1]. His POSIX Shell and Utilities is also a great reference[2]. For a more comprehensive guide, I recommend the dash man pages[3]. Dash is shell, the good parts.

[1] http://shellhaters.heroku.com/ [2] http://shellhaters.heroku.com/posix [3] http://linux.die.net/man/1/dash

Re: Ask HN: What are the best resources to learn shell scripting?

#5

A good intro is a talk given by Ryan Tomayko called the Shell Hater's Handbook[1]. His POSIX Shell and Utilities is also a great reference[2]. For a more comprehensive guide, I recommend the dash man pages[3]. Dash is shell, the good parts. [1] http://shellhaters.heroku.com/ [2] http://shellhaters.heroku.com/posix [3] http://linux.die.net/man/1/dash

This is very good. In any case I want a tutorial if possible. Something with exercises.