diff --git a/free-programming-books.md b/free-programming-books.md index 1e8721a4d39e4cd0958d77a50ea315a1c4abfdcb..5cc8754bc9224d7de60f9f371fb4bdfc4e4be796 100644 --- a/free-programming-books.md +++ b/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.