Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 urxvt 中创建了一个目录:
$ mkdir /tmp/MyDir
然后
$ cd /tmp/MyDir
然后我运行 urxvt 的第二个副本并执行以下操作:
$ rm -r /tmp/MyDir/
我关闭 urxvt 的第二个副本并切换到 urxvt 的第一个副本并执行以下操作:
$ pwd /tmp/MyDir
coreutils v 2.21-2 中的 pwd 使用 getcwd 获取工作目录。getcwd 如何获取已删除的工作目录?