Formatting

This commit is contained in:
Victor Felder 2016-02-13 23:21:19 +01:00
parent 64bc0bff59
commit ee738048ca

View File

@ -784,7 +784,6 @@ Original Source: [List of freely available programming books](http://web.archive
### Bash
* [The Bash Academy](http://www.bash.academy/)
* [Advanced Bash-Scripting Guide](http://tldp.org/LDP/abs/html/)
* [Bash Guide for Beginners](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/) - Machtelt Garrels
* [BASH Programming- Mike G mikkey](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html)
@ -795,6 +794,7 @@ Original Source: [List of freely available programming books](http://web.archive
* [Introduction to the Command Line](https://launchschool.com/books/command_line) - Launch School
* [Lhunath's Bash Guide](http://mywiki.wooledge.org/BashGuide)
* [Linux Shell Scripting Tutorial - A Beginner's Handbook](http://www.freeos.com/guides/lsst/)
* [The Bash Academy](http://www.bash.academy)
* [The Command Line Crash Course](http://learncodethehardway.org/cli/book/) (also a Powershell reference)
* [Writing Shell Scripts](http://linuxcommand.org/lc3_writing_shell_scripts.php) - William E. Shotts, Jr.