sun_vtoc1.sh.txt
来自「管理online的shell程序」· 文本 代码 · 共 38 行
TXT
38 行
#!/usr/bin/ksh################################################################################# Module: sun_vtoc1.sh# Author: Peter R. Schmidt# Description: Format a SunOS vtoc## Change Log## Date Name Description.................# 07/09/99 Peter R. Schmidt Start Program################################################################################OUTPUT=sun_vtoc1.outUDATE=`date`MACHINE=`uname -n`if [ $LOGNAME != root ]then echo echo "Sorry - you must be 'root' to run this program" echo exit 1fiif [ -f $OUTPUT ]then rm -f $OUTPUTfiwhile truedo echo echo "Enter filename of file containing devices to check" read FILENAME1
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?