readme

来自「一个开放源代码的 AT&T 的 Korn Shell 的复制品, 支持大多数 k」· 代码 · 共 23 行

TXT
23
字号
Tests can be assigned categories to restrict what program theyare applied to (eg, pdksh, ksh88, etc.).  The following area list of names to be used for various shells (to keep thingsconsistent):    sh		generic		any v7 bourne shell like thing    sh-v	generic		any system V bourne shell like thing    ksh		generic		any ksh    posix	generic		basic posix shell    posix-upu	generic		`user portability utility' options    sh-v7	specific	the real v7 bourne shell    sh-sysv	specific	the real sysv bourne shell    pdksh	specific	public domain ksh    ksh88	specific	at&t ksh88    ksh93	specific	at&t ksh93    bash	specific	GNU bourne-again shellThe idea is to categorize all the tests according to the `best match'(most generic thing).  All generics that apply should be specified.Generally, at most one specific shell will be given.At the moment, most (all) tests have not been categorized (any volunteers?).

⌨️ 快捷键说明

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