在shell中,可以使用pwd命令来获取当前目录的绝对路径。pwd代表"print working directory",它会输出当前所在的目录的绝对路径。
pwd
例如,在终端中输入以下命令:
$ pwd
输出会是当前所在目录的绝对路径,类似于:
/home/user/Documents