globbing
美
英 
例句
Obviously, that implies that you can use any file-globbing pattern to specify the files to which a particular autocommand applies.
很顯然,這就意味著您可以使用任何文件通配符模式來指定一個特殊自動命令所適用的文件。
In particular, this means that there is no parameter expansion or globbing.
顯然,這意味著不存在任何參數擴展或匹配。
You can also get a list of executable files using (x) at the end of the globbing expression (see Listing 8).
您還可以在globbing表達式結尾使用(x)來獲取可執行文件列表(請參見清單8)。
Basic filename globbing includes the use of the ?
基本文件名globbing包括使用?
To switch on extended globbing, set the EXTENDEDGLOB environment variable, or use: $ setopt extendedglob.
若要啟用擴展的globbing,可以設置EXTENDEDGLOB環境變量,或者使用:$setoptextendedglob。
If you want parameter expansion or globbing, you must invoke a shell explicitly. To that end, I added an option to do this for you
如果需要參數擴展或匹配,必須顯式調用一個shell。