相关疑难解决方法(0)

无法在Bash 4中启用globstar

我把以下内容写入我的.bashrc失败了

shopt -s globstar
Run Code Online (Sandbox Code Playgroud)

我正在尝试测试命令

ls **/*.c
Run Code Online (Sandbox Code Playgroud)

并通过比较它

ls */*/*.c
Run Code Online (Sandbox Code Playgroud)

如何在Bash 4中启用globstar?

bash bash4 shopt

8
推荐指数
1
解决办法
4772
查看次数

标签 统计

bash ×1

bash4 ×1

shopt ×1