第一个ksh脚本文件

2009-05-13 15:55:04来源:未知 阅读 ()

新老客户大回馈,云服务器低至5折


#!/bin/ksh
# This is my test shell (ksh)
# name file : sort directory and executable file and link file
clear
print "                                                              "
print "                                                              "
print "            **************************************************"
print "             sort directory and executable file and link file"
print "            **************************************************"
print "                                                              "
print "                                                              "
print "                                                              "
print "   Hi $(who i am | cut -c 1-6), nice to see you !      "
print "   Your present information .     "
print "   OS : $(uname -s)   IP : $(who i am | cut -c 35-48)"
print "   Machine : $(uname -p)"
print "   Currently work directory : $(pwd) "
print "                                                              "
while (true)
do
    print "                                                              "
    print  -n "   Please enter sort path (enter x logout!) :";

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:系统启动sshd卡很久的问题

下一篇:portsnap的几种简单用法