cd

Change directory. Works with the Directory path special characters

# navigates to the workspace directory
cd ~/workspace

# navigates to the previous directory
cd -

References