使用此命令,或在终端中执行此代码:
ls * 或者 shopt -s globstar ls ** 将允许通配符在 'ls' 命令中使用。
上一篇:Bash | 通过脚本循环遍历文件数组时附加文件编号
下一篇:Bash(4)中如何使用nameref?