博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
shell 练习
阅读量:5966 次
发布时间:2019-06-19

本文共 948 字,大约阅读时间需要 3 分钟。

 

shell 练习

iii=0while [ $iii -lt 100 ]         do                iii=$[$iii+1]                echo -n "$iii "        doneiii=0until ! [ $iii -lt 100 ]        do                iii=$[$iii+1]                echo -n "$iii "        doneecho while until num is done while truedo        echo 'plase input your operate !'        read BBB        if [ "$BBB" = "out" ]                then break        fidoneecho while until is done for i in root mjorce jorcen normal do         echo i is $i doneecho i si $i ;for f in 123 4123 /etc/profile.d/*.sh do         echo f is $fdonefor i in `seq 1 3` do         echo -n "$i " && sleep 1 done PIDS="`pgrep httpd`"[ -z "$PIDS" ] && echo 'httpd is not running !' && echo exifor i in $PIDS         do                kill -9 $i        doneecho httpd is killed Myfun (){ echo patams1 is $1  echo -n "now i is $i " ! [ "$i" ] && exit ; echo jj  return '1'}myf=$(Myfun);echo myf Myfun 12unset  MyfunMyfunecho 'the end !'$myf

 

 

 

 

 

 

 

 

 

转载地址:http://mtvax.baihongyu.com/

你可能感兴趣的文章
甲骨文Java Archive
查看>>
查看数据库错误日志的位置
查看>>
电信网络拓扑图自动布局
查看>>
C#中List〈string〉和string[]数组之间的相互转换
查看>>
spring中的aware接口
查看>>
HTTPS-使用Fiddler抓取HTTPS数据包原理
查看>>
in-list iterator
查看>>
js打开新窗口的两种方式
查看>>
yum install 安装 下载好的rpm包 会并依赖包一起安装 zoom电话会议的安装
查看>>
洛谷P1108 低价购买[DP | LIS方案数]
查看>>
通达信里的统计函数及区块背景函数
查看>>
redis主从配置<转>
查看>>
[转]NopCommerce 多数据库方案
查看>>
和transformjs一起摇摆
查看>>
8 行 Node.js 代码实现代理服务器
查看>>
水印,图片验证码
查看>>
Ansible8:Playbook循环【转】
查看>>
关于stm32的正交解码
查看>>
marathon新建应用映射端口限制
查看>>
vs2015 编译时错误列表中没有错误,dll却没有生成出来
查看>>