📄 type.right
字号:
./type.tests: line 9: type: -r: invalid optiontype: usage: type [-afptP] name [name ...]./type.tests: line 12: type: notthere: not foundfunctionkeywordbuiltinfilefilefilefunc is a functionfunc () { echo this is func}while is a shell keywordwhile is a shell keywordbuiltin is a shell builtin/bin/sh is /bin/shfuncfunc is a functionfunc () { echo this is func}whilewhile is a shell keyword./type.tests: line 43: type: m: not foundalias m='more'alias m='more'm is aliased to `more'aliasalias m='more'alias m='more'alias m='more'm is aliased to `more'builtinbuiltin is a shell builtin/bin/sh/bin/sh is /bin/sh./type.tests: line 65: type: func: not found./type.tests: line 67: type: m: not found/bin/sh/tmp/bashbash is hashed (/tmp/bash)filehits command 3 /tmp/bash 1 /bin/shf is a functionf () { v='^A'}foo is a functionfoo () { echo $(<x1)}bar is a functionbar () { echo $(<x1)}foo is a functionfoo () { echo; cat <<ENDbarEND cat <<EOFquxEOF}barquxbarquxfoo is a functionfoo () { rm -f a b c; for f in a b c; do cat >> ${f} <<-EOFfileEOF done grep . a b c}a:fileb:filec:file
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -