Free Advanced Bash Scripting Guide For Linux Mint / Ubuntu

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

Installing abs-guide in Linux Mint / Ubuntu

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

Using abs-guide in Linux Mint / Ubuntu

(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 –

Reading abs-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

Reading abs-guide using Firefox browser

Happy bash(ing) 😀

 

Comments are closed.