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*.
相關文章
相關標籤/搜索