[root@localhost ~]# cat wa.txt
list-max-ziplist-entries 512
list-max-ziplist-value 64
# bind 127.0.0.1

[root@localhost ~]# sed -i '/^# bind 12.*/s/^# //' wa.txt   #找到准确的行并取消注释
list-max-ziplist-entries 512
list-max-ziplist-value 64
bind 127.0.0.1

 

相关文章:

  • 2022-12-23
  • 2021-12-15
  • 2021-10-03
  • 2022-12-23
  • 2021-06-06
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-06-18
  • 2022-01-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案