摘要: /root/data/code-s3201/publish_codex/deploy/db.properties db.properties中的 1.0.0.6 替换为 1.0.0.7 sed -i 's/1.0.0.6/1.0.0.7/' /root/data/code-s3201/publish 阅读全文
posted @ 2022-08-06 10:51 超级宝宝11 阅读(17395) 评论(0) 推荐(0)
摘要: 1、测试数据如下: [root@centos79 test]# seq 10 > a.txt [root@centos79 test]# ls a.txt [root@centos79 test]# cat a.txt 1 2 3 4 5 6 7 8 9 10 2、提取第2行 [root@cento 阅读全文
posted @ 2022-08-06 10:46 超级宝宝11 阅读(2638) 评论(0) 推荐(0)