pager.in
来自「项目描述: Fink is an attempt to bring the 」· IN 代码 · 共 12 行
IN
12 行
#!/bin/shif [ -n "$PAGER" ]; then exec $PAGER "$@"fiif [ -x "BASEPATH/bin/less" ]; then exec BASEPATH/bin/less "$@"fiif [ -x "/usr/bin/less" ]; then exec /usr/bin/less "$@"fiexec more "$@"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?