开发小记 cd -报错

161 阅读1分钟

开发小记

开发过程中执行命令 cd - 遇到报错

cd -
/bin/sh: line 0: cd: OLDPWD not set

换成 cd / 就可以了