From 0015859fd98f961dd35d03d5b688be1764d4717e Mon Sep 17 00:00:00 2001 From: Glenford Date: Tue, 24 Dec 2013 11:10:17 -0500 Subject: [PATCH] included additional Bash resources: free-programming-books.md --- free-programming-books.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-programming-books.md b/free-programming-books.md index f9660dde..367afc21 100755 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -474,6 +474,8 @@ ###Bash * [Advanced Bash-Scripting Guide](http://tldp.org/LDP/abs/html/) +* [BASH Programming- Mike G mikkey ](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html) +* [Getting Started with BASH](http://www.hypexr.org/bash_tutorial.php) * [Bash Guide for Beginners](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/) by Machtelt Garrels * [Lhunath's Bash Guide](http://mywiki.wooledge.org/BashGuide) * [The Command Line Crash Course](http://learncodethehardway.org/cli/book/) (also a Powershell reference) -- GitLab