当前位置:  技术问答>linux和unix

怎样用sed命令修改、删除、增加配置文件

    来源: 互联网  发布时间:2017-01-02

    本文导语:  # The number of milliseconds of each tick tickTime=2000 # The number of ticks that the initial # synchronization phase can take initLimit=5 # The number of ticks that can pass between # sending a request and getting an acknowledgement syncLimit=2 # th...

# The number of milliseconds of each tick
tickTime=2000
# The number of ticks that the initial
# synchronization phase can take
initLimit=5
# The number of ticks that can pass between
# sending a request and getting an acknowledgement
syncLimit=2
# the port at which the clients will connect
clientPort=2181
maxClientCnxns=1000
dataDir=/hds/zk/zdatadir

dataLogDir=/hds/zk/zlogdir
clientPortAddress=172.17.81.110

#server.1=172.17.81.110:2888:3888
#server.2=172.17.81.111:2888:3888
#server.3=172.17.81.113:2888:3888



上面是我的一个配置文件,现在我要用命令将clientPortAddress=172.17.81.110里面的IP地址修改为指定IP地址
后面还会在#server.3=172.17.81.113:2888:3888追加一条相同的数据,只是IP地址和前面的数据不同,
还有就是如何将#server.2=172.17.81.111:2888:3888这条数据给删除??


|
用命令将clientPortAddress=172.17.81.110里面的IP地址修改为指定IP地址

[owenliang@localhost bashShell.dir]$ cat sed2009年 | sed -r "s/^(clientPortAddress=)[0-9.]*/1102.117.2.23/g"


#server.3=172.17.81.113:2888:3888追加一条相同的数据,只是IP地址和前面的数据不同

需求明确一点,sed是可以解决的.

[owenliang@localhost bashShell.dir]$ line=`wc -l sed2009年 | cut -d " " -f 1`
[owenliang@localhost bashShell.dir]$ echo $line
19
[owenliang@localhost bashShell.dir]$ cat sed2009年 | sed "$line a #server.4=127.0.0.1"
# The number of milliseconds of each tick
tickTime=2000
# The number of ticks that the initial
# synchronization phase can take
initLimit=5
# The number of ticks that can pass between
# sending a request and getting an acknowledgement
syncLimit=2
# the port at which the clients will connect
clientPort=2181
maxClientCnxns=1000
dataDir=/hds/zk/zdatadir

dataLogDir=/hds/zk/zlogdir
clientPortAddress=172.17.81.110

#server.1=172.17.81.110:2888:3888
#server.2=172.17.81.111:2888:3888
#server.3=172.17.81.113:2888:3888
#server.4=127.0.0.1


还有就是如何将#server.2=172.17.81.111:2888:3888这条数据给删除??

cat sed2009年 | sed -r "s/^#server.2.*//g"



    
 
 

您可能感兴趣的文章:

  • linux下利用(cat,strings,head,sed)命令生成随机字符串
  • grep命令和sed命令的区别?
  • 求住,sed命令
  • sed命令的替换的疑问
  • 在线等待,用sed命令如何替换整行?
  • 求助:这个sed命令是什么意思?
  • 求助 sed命令替换问题
  • 送分啦!关于shell命令sed怎么用??
  • 求助,关于linux sed 命令的一个问题
  • shell命令:用sed如何删除一个文本文件的所有行
  • 一个sed命令的用法,错在哪里?
  • grep sed 替换 命令是什么?
  • 求助sed命令问题
  • 请教sed awk的用法详解,有命令说明的链接也不错,谢谢了
  • sed命令删除多行数据
  • 关于linux的sed命令请教
  • 关于sed命令
  • [请问]如果在sed命令使用环境变量
  • 查看某时间段到现在的系统日志的sed命令
  • 求助:Linux sed命令
  • 我是LINUX初学,我想问一个关于sed命令的问题
  • 关于sed删除行
  • sed删除特定行的问题
  • sed删除问题
  • 求救:sed 删除多行!!!
  • sed找到关键字所在行并将其前面的第一个字符删除的命令
  • sed删除文件中的一行内容的脚本代码
  • sed如何将文本中相邻两行删除?
  • 请问linux下使用sed如何删除和修改匹配行之间的内容
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • pwd|sed 's//cygdrive/([a-z])/1:/' | sed 's///#/g'`\/(pwd代表绝对地址)这个sed又是什么
  • 在循环中使用sed,为什么sed不被执行
  • 请问 ls *.IMG | sed s/.IMG// > cube.lis 中的 | sed s/.IMG// 参数是什么意思?
  • sed n 模式替换中正则表达式获取值问题(sed 高手帮帮忙!!)
  • sed 的简单问题, sed初学, 脚本高手进。先谢了
  • sed变量的用法
  • 关于sed脚本,高手快来解答
  • sed问题。。。对高手来说easy。。。
  • sed linux 这句话什么 意思?
  • shell中的sed引入变量问题
  • 关于sed的正则表达式
  • sed -i 修改文件内容
  • 【sed】简单匹配
  • (急)shell,sed 关于参数的传递
  • | sed 's/^/\ /' > 是啥意思啊
  • sed /awk 字段截取,Help!
  • 流编辑器 GNU sed
  • sed能不能在两个变量之间替换
  • 请问哪里可以下载到sed这个工具啊?
  • sed问题,查了半小时,没找到结果


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3