📄 sa1.in
字号:
#!/bin/sh# SA_LIB_DIR/sa1.sh# (C) 1999-2006 Sebastien Godard (sysstat <at> wanadoo.fr)#umask 0022ENDIR=SA_LIB_DIRcd ${ENDIR}if [ $# = 0 ]then# Note: Stats are written at the end of previous file *and* at the# beginning of the new one (when there is a file rotation) only if# outfile has been specified as '-' on the command line... exec ${ENDIR}/sadc -F -L 1 1 -else exec ${ENDIR}/sadc -F -L $* -fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -