📄 bootmhn.findit
字号:
: run this script through /bin/sh: '$Id: bootmhn.findit,v 1.2 1992/11/02 21:58:59 jromine Exp $'if [ -z "$1" -o -z "$2" ]; then echo "usage: bootmhn.findit program library" 1>&2 exit 1fiPGM= DIR= oIFS="$IFS" IFS=":"for A in $PATH $2 /usr/demo/SOUND; do if [ "$A" = "." ]; then continue fi if [ -f "$A/$1" ]; then if [ "$A" = "/usr/local/bin" ]; then PGM="$1" DIR="" else PGM="$A/$1" DIR="$A/" fi echo "$PGM" exit 0 fidoneIFS="$oIFS"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -