小编Cya*_*lue的帖子

如何列出目录中不以字符 L 开头的所有文件夹?

我想列出所有不以 L 开头的文件夹。

ls [L]* ///gives all the folders starting with L 
Run Code Online (Sandbox Code Playgroud)

我想反向搜索并列出所有不以 L 开头的文件夹?

ls zsh wildcards

1
推荐指数
2
解决办法
1978
查看次数

标签 统计

ls ×1

wildcards ×1

zsh ×1