shell 批量替换文本中的内容
时间:2015-07-14 20:43:35
收藏:0
阅读:334
批量替换脚本文件中的目录/proc,为/etc/init.d
[root@master course_04]# more test.sh #!/bin/bash DIR=/proc aa=`ls $DIR` echo $aa
验证是否全部修改完成
本文出自 “龙尤在飞” 博客,请务必保留此出处http://2493919.blog.51cto.com/2483919/1674094
原文:http://2493919.blog.51cto.com/2483919/1674094
评论(0)


