isa.txt

来自「管理online的shell程序」· 文本 代码 · 共 28 行

TXT
28
字号
#!/usr/bin/ksh#################################################################################       Module:         isa#       Author:         Peter R. Schmidt#       Description:    Start or stop the ISA (Informix Server Administrator)##       Ok - it's not much of a script, but I can never remember the name of #       that darned "isactl" program!##       Make sure the hard-coded path below is correct.##       Change Log##         Date    Name               Description.................#       09/25/00  Peter R. Schmidt   Start Program ################################################################################if [ $# != 1 ]then    echo "Usage: isa [ start | stop ]"    exit 1fi/opt/informix_isa/sbin/isactl $1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?