📄 type3.sub
字号:
cd ${TMPDIR:-/tmp}foo() { rm -f a b c for f in a b c; do cat <<-EOF >> ${f} file EOF done grep . a b c}type fooeval "$(type foo | sed 1d)"foorm -f a b c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -