Looking for recommendations on a good ** beginners

2020-02-26 13:32发布

I am an ETL developer by profession that just started reading The Pragmatic Programmer by Dave Thomas & Andrew Hunt. I have been meaning to learn more about bash & command line in Ubuntu for a while but reading this book made me realize how essential it is for me to start learning it. Therefore, I would love to get some recommendation from the StackOverflow community on a good beginner tutorial/reference to bash. I am looking for something that gives me a lot of example commands to play with and some exercises/challenges.

Thank you all very much!

Ashish

4条回答
SAY GOODBYE
2楼-- · 2020-02-26 14:13

This Bash Guide was quite clear, progressive and comprehensive for me. It has the advantage to teach you about good practices as well, especially by showing what is good practice and what is not. On top of this, you can always ask questions and get help on the IRC channel, which is, in my opinion a great plus when learning.

查看更多
Ridiculous、
3楼-- · 2020-02-26 14:20

Kernighan and Pike's The Unix Programming Environment will show you how experts use the Unix command line. They write several small tools throughout the book, many of which are shell scripts. It doesn't focus on bash (bash didn't exist at the time!), but rather the standard bourne shell (sh). You can learn bash's non-portable extensions after you're comfortable with the basics.

查看更多
我想做一个坏孩纸
4楼-- · 2020-02-26 14:27

The Advanced Bash Scripting Guide is a classic and comprehensive Bash reference/tutorial.

查看更多
三岁会撩人
5楼-- · 2020-02-26 14:27

Two ressources i would recommend:

  1. The book "Learning the bash Shell" from Cameron Newham and Bill Rosenblatt.
  2. The advanced bash scripting guide.
  3. The man page (although it might be a bit hard)
查看更多
登录 后发表回答