About
Cd is a function or utility that changes the current directory (working directory).
Articles Related
Syntax
cd path
List
Implementation
This function implements the resolve function with
- the first argument being the absolute path of current working directory
- and the second argument the argument of the function.