From cabe0d6ab820814f226f18cd87eabb5bcb2535bc Mon Sep 17 00:00:00 2001 From: HungMingWu Date: Fri, 7 Mar 2014 07:09:26 +0800 Subject: [PATCH] Add a bash book: Conquering the Command Line --- free-programming-books.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index a17d49b4..4833620c 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1,4 +1,4 @@ -###Index +###Index * [Ada](#ada) * [Agda](#agda) * [Android](#android) @@ -606,6 +606,7 @@ * [Learning the bash Shell](http://www.redbrick.dcu.ie/~teapott/MECS/Notes/learning_bash.pdf) * [Lhunath's Bash Guide](http://mywiki.wooledge.org/BashGuide) * [The Command Line Crash Course](http://learncodethehardway.org/cli/book/) (also a Powershell reference) +* [Conquering the Command Line](http://conqueringthecommandline.com/book/frontmatter#top) - Mark Bates ###Basic