globbing

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