sa1.in

来自「linux下查看系统工具原码,如IOSTAT等」· IN 代码 · 共 18 行

IN
18
字号
#!/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 + =
减小字号Ctrl + -
显示快捷键?