📄 sysinfo.ksh
字号:
# ---------------------------------------------------------# -- 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -