Mentioned The Linux Command Line book (#24210)

* Mentioned The Linux Command Line book

And added the link to download it from the original website.

* Converted change to "More Information"
This commit is contained in:
JamBove
2018-12-09 03:21:27 +01:00
committed by Manish Giri
parent 483534c03a
commit 4c9992aaf0

View File

@ -45,8 +45,13 @@ ls
``` ```
Now we can see our directories in our home. Now we can see our directories in our home.
pwd (Print Working Directory) - This command lists the directory you are currently in. pwd (Print Working Directory) - This command lists the directory you are currently in.
```unix ```unix
pwd pwd
``` ```
#### More Information
- ["The Linux Command Line" By William Shotts](http://linuxcommand.org/tlcl.php)