From 0d471d92e8e4b0708acc23e48189e785c40eb578 Mon Sep 17 00:00:00 2001 From: bharath-123 Date: Fri, 24 Nov 2017 21:41:41 +0530 Subject: [PATCH] Added the bash book to the books section (#2493) * Added the bash book to the books section I have attempted to add the bash book to the book section again. There was an issue the last time , i tried to propose the file change as i had not placed it in alphabetical order. Someone please review this :) * fixed alphabetization --- free-programming-books.md | 1 + 1 file changed, 1 insertion(+) diff --git a/free-programming-books.md b/free-programming-books.md index 0f946ac8..cc143d0f 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -832,6 +832,7 @@ * [Bash Guide for Beginners](http://www.tldp.org/LDP/Bash-Beginners-Guide/html/) - M. Garrels * [BASH Programming](http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html) * [Bash Reference Manual](http://www.gnu.org/software/bash/manual/bashref.html) +* [Bash tutorial](http://gdrcorelec.ups-tlse.fr/files/bash.pdf) (PDF) * [BashGuide](http://mywiki.wooledge.org/BashGuide) * [Conquering the Command Line](http://conqueringthecommandline.com/book/frontmatter) - Mark Bates * [Getting Started with BASH](http://www.hypexr.org/bash_tutorial.php)