From 16c7794fd7b282de56cf84631a18da961084db64 Mon Sep 17 00:00:00 2001 From: SAGAR LAKHANI <33183542+SLakhani1@users.noreply.github.com> Date: Thu, 17 Jan 2019 00:19:14 +0530 Subject: [PATCH] Added some more description (#33331) Added line-6 and line-7 which provides more description about cd. --- guide/english/bash/bash-cd/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/bash/bash-cd/index.md b/guide/english/bash/bash-cd/index.md index e183b77467..bd2b9ff0c3 100644 --- a/guide/english/bash/bash-cd/index.md +++ b/guide/english/bash/bash-cd/index.md @@ -3,6 +3,8 @@ title: Bash cd --- ## Bash command: cd +**cd - Change Directory** +It is used to change the current working directory. **Change Directory** to the path specified, for example `cd projects`.