sysinfo.ksh

来自「derby database source code.good for you.」· KSH 代码 · 共 35 行

KSH
35
字号
# ---------------------------------------------------------# -- This script file is an example of how to use sysinfo to get# -- important system information# --# -- REQUIREMENTS:# --# --  This utility will report important system info about # --  jar files which are in your classpath. Jar files which are not# --  if your classpath will not be reported. # --# -- Check the setCP.ksh to see an example of adding the# -- the Derby jars to your classpath.# -- # --# -- This file for use on Unix korn shell systems# ---------------------------------------------------------# DERBY_INSTALL=[ -z "$CLASSPATH" ] && {  . "$DERBY_INSTALL"/frameworks/embedded/bin/setEmbeddedCP.ksh} # ---------------------------------------------------------# -- start sysinfo# ---------------------------------------------------------java org.apache.derby.tools.sysinfo# ---------------------------------------------------------# -- To use a different JVM with a different syntax, simply edit# -- this file# ---------------------------------------------------------

⌨️ 快捷键说明

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