我把以下内容写入我的.bashrc失败了
shopt -s globstar
我正在尝试测试命令
ls **/*.c
并通过比较它
ls */*/*.c
如何在Bash 4中启用globstar?
bash bash4 shopt
bash ×1
bash4 ×1
shopt ×1