Go here for learning Linux shell scripting basics. After you have learnt Linux shell scripting basics, here’s how to install and use free Advanced Bash Scripting Guide in Linux Mint / Ubuntu:
1. Issue the following command at the terminal –
sudo apt-get install abs-guide
2. Now, to start reading the Advanced Bash Scripting Guide, issue the following command at the Linux terminal –
lynx /usr/share/doc/abs-guide/html/index.html
(Shame on you if you don’t know how to use lynx browser! Go here to learn how to install and use lynx.)
3. Enjoy reading the Advanced Bash Scripting Guide in lynx browser –
4. Those who are uncomfortable with lynx browser can copy paste and open the following path in any standard browser they have installed in their Linux Mint / Ubuntu system –
/usr/share/doc/abs-guide/html/index.html
Happy bash(ing) 😀