1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-06-12 19:12:21 +00:00

Add a bash book: Conquering the Command Line

This commit is contained in:
HungMingWu 2014-03-07 07:09:26 +08:00
parent b9ee3c9452
commit cabe0d6ab8

View File

@ -1,4 +1,4 @@
###Index ###Index
* [Ada](#ada) * [Ada](#ada)
* [Agda](#agda) * [Agda](#agda)
* [Android](#android) * [Android](#android)
@ -606,6 +606,7 @@
* [Learning the bash Shell](http://www.redbrick.dcu.ie/~teapott/MECS/Notes/learning_bash.pdf) * [Learning the bash Shell](http://www.redbrick.dcu.ie/~teapott/MECS/Notes/learning_bash.pdf)
* [Lhunath's Bash Guide](http://mywiki.wooledge.org/BashGuide) * [Lhunath's Bash Guide](http://mywiki.wooledge.org/BashGuide)
* [The Command Line Crash Course](http://learncodethehardway.org/cli/book/) (also a Powershell reference) * [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 ###Basic