Linux Shell 通配符、元字符、转义符

说到shell通配符(wildcard),大家在使用时候会经常用到。下面是一个实例:   [[email protected] ~/shell]$ ls a.txt b.txt c.old   [[email protected] ~/shell]$ ls *.txt a.txt b.txt   [[email protected] ~/shell]$ ls d*.txt ls: 无法访问 d*.
相关文章
相关标签/搜索