busy.sh
来自「<B>Digital的Unix操作系统VAX 4.2源码</B>」· Shell 代码 · 共 6 行
SH
6 行
# @(#)busy.sh 4.1 (Berkeley) 11/23/87# This file must be here, or SNAKE will not run.# It sets the increment to the priority level under which it runs.set number=`who | wc -l`echo "$number / 2" | bc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?