Browse Source

Formatting

Victor Felder 9 years ago
parent
commit
ee738048ca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      free-programming-books.md

+ 1 - 1
free-programming-books.md

@@ -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.