From 4c9992aaf0b339e0af2b303435fce69c9c5cba21 Mon Sep 17 00:00:00 2001 From: JamBove Date: Sun, 9 Dec 2018 03:21:27 +0100 Subject: [PATCH] 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" --- guide/english/linux/getting-started/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/guide/english/linux/getting-started/index.md b/guide/english/linux/getting-started/index.md index def1ac089d..1fcc15b115 100644 --- a/guide/english/linux/getting-started/index.md +++ b/guide/english/linux/getting-started/index.md @@ -45,8 +45,13 @@ ls ``` Now we can see our directories in our home. + pwd (Print Working Directory) - This command lists the directory you are currently in. ```unix pwd ``` + +#### More Information + +- ["The Linux Command Line" By William Shotts](http://linuxcommand.org/tlcl.php)