摘要:
先指定范围,再对匹配上的内容进行替换 sed -i '5,10 s#hello#world#' test.txt 阅读全文
摘要:
#服务端(同步阿里云) yum install -y ntp ntpdate ntp2.aliyun.com vi /etc/ntp.conf 将默认的server注释,改为阿里云ntp服务器 server ntp2.aliyun.com iburst server ntp3.aliyun.com 阅读全文