显示当前工作目录的路径。
pwd -P resolves symlinks; pwd -L preserves them (default).
示例
# 显示当前目录 pwd # 解析符号链接 pwd -P # 保留符号链接 pwd -L
Sponsors