以下是如何列出与bash中的模式匹配的所有文件:
ls *.jar
如何列出模式的补充?即所有文件都不匹配*.jar?
bash ls glob wildcard
bash ×1
glob ×1
ls ×1
wildcard ×1