pycod
很多人在说我们讲故事吹NB 但是我们吹过的NB ,正在一一变为现实 !!!!!

# ./g1.sh q w e r t
./g1.sh q w e r
5个参数
number is q w e r t
[root@localhost get]# cat g1.sh
#!/bin/bash
# -*- coding: utf-8 -*-
#--------------------------------------------------
#Author:c 
#Email:libizaking@163.com
#FileName:getinfo.sh
#Function:create a file called hardware-software-info-neokylin.txt which print all info of OS
#Version:1.0
#Version:2.0 --20190520
#Version:4.0 --20190716
##Version:5.0 --20190722
##Version:5.1 --20190902
##Version:.0 --2019
##Version:.0 --2019
##Version:.0 --20190
#
##
#Version:
#Version:
#Created:2019-04-17
#--------------------------------------------------
###this shell is to print all of the hardware-software-info in a file
####three varibles :basepath
###chang address aa bb
echo "$0 $1 $2 $3 $4 "
echo "$#个参数"
echo "number is $*"

[root@localhost get]#

posted on 2019-11-21 19:47  pycod  阅读(277)  评论(0编辑  收藏  举报