摘要: sed 删除换行符 sed ':label;N;s/\n/:/;b label' filename sed ':label;N;s/\n/:/;t label' filename 上面的两条命令可以实现将文件中的所有换行符替换为指定的字串,如命令中的冒号。命令的解释: :label; 这是一个标签, 阅读全文
posted @ 2023-02-08 15:07 雨曼晴川 阅读(517) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #cp remaining_for_clearing.manifest_bak remaining_for_clearing.manifest cat s2l2-standalone.manifest |awk -F "|" '{print $1 "|" $2}' > S2L 阅读全文
posted @ 2023-02-08 14:49 雨曼晴川 阅读(57) 评论(0) 推荐(0) 编辑
摘要: secur1ty@localhost:/tmp/test2$ cat test.txt adduser 3.118 apt 2.2.4 apt-transport-https 2.2.4 base-files 11.1+deb11u3 base-passwd 3.5.51 bash 5.1-2+b3 阅读全文
posted @ 2023-02-08 14:37 雨曼晴川 阅读(33) 评论(0) 推荐(0) 编辑