From 5f244a6cabb19dee7b71fdf7d1d99b6e8f3f6bb6 Mon Sep 17 00:00:00 2001 From: Amit Sharma <7789327+amitech@users.noreply.github.com> Date: Tue, 16 Oct 2018 02:16:01 +0530 Subject: [PATCH] Added BASH books (#18829) * Added BASH books Added links of BASH and unix programming books * Made suggested changes in BASH section * Made suggested changes in bash section --- .../pages/guide/english/book-recommendations/index.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/client/src/pages/guide/english/book-recommendations/index.md b/client/src/pages/guide/english/book-recommendations/index.md index d0ed2f6d0e..1e38d7819f 100644 --- a/client/src/pages/guide/english/book-recommendations/index.md +++ b/client/src/pages/guide/english/book-recommendations/index.md @@ -60,6 +60,16 @@ title: Books to Read for Programmers - [Amazon Smile](https://smile.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/098478280X) - ISBN-13: 978-0984782802 +## BASH + +*The Linux Command Line: A Complete Introduction 1st Edition by William E. Shotts Jr* +- [Amazon](https://www.amazon.com/The-Linux-Command-Line-Introduction/dp/1593273894) +- ISBN-13: 978-1593273897 + +*Learning the bash Shell: Unix Shell Programming by Cameron Newham* +- [Amazon](https://www.amazon.com/Learning-bash-Shell-Programming-Nutshell/dp/0596009658) +- ISBN-13: 978-0596009656 + ## C-lang *The C Programming Language* by Brian W. Kernighan and Dennis M. Ritchie