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`.