📄 config.in
字号:
## For a description of the syntax of this configuration file,# see scripts/kbuild/config-language.txt.#mainmenu_option next_commentcomment 'Text Utilities'bool 'cat' CONFIG_CATbool 'cmp' CONFIG_CMPbool 'cut' CONFIG_CUTbool 'dos2unix' CONFIG_DOS2UNIXbool 'head' CONFIG_HEADbool 'length' CONFIG_LENGTHbool 'md5sum' CONFIG_MD5SUMbool 'od' CONFIG_ODbool 'sort' CONFIG_SORTif [ "$CONFIG_SORT" = "y" ]; then bool ' Enable reverse sort' CONFIG_FEATURE_SORT_REVERSE bool ' Enable unique sort' CONFIG_FEATURE_SORT_UNIQUEfibool 'tail' CONFIG_TAILif [ "$CONFIG_TAIL" = "y" ]; then bool ' Enable extra tail options (-c, -q, -s, and -v)' CONFIG_FEATURE_FANCY_TAILfibool 'tr' CONFIG_TRbool 'uniq' CONFIG_UNIQbool 'unix2dos' CONFIG_DOS2UNIXbool 'uudecode' CONFIG_UUDECODEbool 'uuencode' CONFIG_UUENCODEbool 'wc' CONFIG_WCendmenu
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -