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.
我将以下内容未成功放入我的 .bashrc
shopt -s globstar
我正在尝试通过
ls **/*.c
并将其与
ls */*/*.c
如何在 Bash 4 中启用 globstar?
唔。shopt -s globstar应该管用。
要进行调试,请确保您正在运行 Bash 4:
$SHELL --version
然后检查设置globstar:
globstar
shopt globstar
如果未设置,请尝试手动设置:
现在看看这是否有效。如果是这样,你可能想看看你为什么.bashrc不工作。您是否记得在编辑完之后重新启动您的 shell.bashrc或加载它. .bashrc?
.bashrc
. .bashrc