是否可以使用 'which' 命令使用 'cd' 命令?(我想将这两个命令合二为一。)

Is it possible 'cd' command using 'which' command?(I want to combine the two commands into one.)

在Ubuntu中通过cd命令移动目录,有时我不知道具体目录的位置

当发生这种情况时,我找出目录的位置,然后使用 cd 命令移动它。

有没有办法将这两个命令合二为一?


感谢各位的解答,我的问题已经解决了。谢谢。

是的,使用子 shell。例如: cd $(which something)