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:
@ -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)
|
||||||
|
Reference in New Issue
Block a user