gpt4 book ai didi

linux - bash: cd: 没有那个文件或目录

转载 作者:太空宇宙 更新时间:2023-11-04 12:30:56 24 4
gpt4 key购买 nike

我正在编写一个 bash 函数以跳转到我上次编辑的文件夹。在我的示例中,最后编辑的文件夹名为“daniel”。

bash 函数看起来不错。

>>:~$ echo $(ls -d -1dt -- */ | head -n 1)
daniel/

我可以手动 cd 进入目录。

>>:~$ cd daniel
>>:~/daniel$

但我无法使用 bash 函数 cd 进入目录。

>>:~$ cd $(ls -d -1dt -- */ | head -n 1)
bash: cd: daniel/: No such file or directory

最佳答案

结果有人将 alias ls=ls --color 添加到此服务器的 bashrc。一旦别名被删除,我的功能就可以工作。 – 丹尼尔谭

关于linux - bash: cd: 没有那个文件或目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43314704/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com