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