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。