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
This commit is contained in:
Amit Sharma
2018-10-16 02:16:01 +05:30
committed by Quincy Larson
parent 4fcf655252
commit 5f244a6cab

View File

@ -60,6 +60,16 @@ title: Books to Read for Programmers
- [Amazon Smile](https://smile.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/098478280X) - [Amazon Smile](https://smile.amazon.com/Cracking-Coding-Interview-Programming-Questions/dp/098478280X)
- ISBN-13: 978-0984782802 - 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 ## C-lang
*The C Programming Language* by Brian W. Kernighan and Dennis M. Ritchie *The C Programming Language* by Brian W. Kernighan and Dennis M. Ritchie