Fixed update (#24840)

This commit is contained in:
Joel Bryant
2018-11-08 23:43:09 -05:00
committed by Aditya
parent 9bc9c16072
commit b759c984b9

View File

@ -6,7 +6,7 @@ title: Bash cd
**Change Directory** to the path specified, for example `cd projects`. **Change Directory** to the path specified, for example `cd projects`.
There are a few really helpful arguments to aid this: There are a few really helpful arguments to help with this:
- `.` refers to the current directory, such as `./projects` - `.` refers to the current directory, such as `./projects`
- `..` can be used to move up one folder, use `cd ..`, and can be combined to move up multiple levels `../../my_folder` - `..` can be used to move up one folder, use `cd ..`, and can be combined to move up multiple levels `../../my_folder`