dewildcards

来自「ftam等标准协议服务器和客户端的源代码。」· 代码 · 共 18 行

TXT
18
字号
It is possible to exercise some control over the matching that the interfacedoes by use of wildcards.  Note that this feature is not fully general.Five wildcard formats are valid.*          This will either, depending on the context (see the help screens           for each input line), search or list all entries of the 	   specified type.paul*      Matches entries with a name beginning with the string "paul"*paul*     Matches entries with a name containing the string "paul"*paul      Matches entries with a name finishing with the string "paul"paul*ker   Matches entries with a name beginning with the string "paul"           and finishing with the string "ker"Note that the interface automatically provides some wildcard matching if no wildcarding is specified but no exact match can be found.  The interface will progressively try weaker and weaker matching in an attempt to satisfya query.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?