popd
change directory
功能和cd類似,用來改變當前的路徑.可以用popd回到原來的路徑.
Example
pushd ~/Project
popd