Hello QQ

  • Home
  • About
  • Tags
  • Categories
  • Archives
  • Table of Contents
  • Overview
  1. 1. 在行尾增加固定字符

Andrew

13 posts
5 categories
5 tags
0%

shell文件处理常用操作

Posted on 2021-03-04 In linux

在行尾增加固定字符

比如在www.baidu.com后增加Awww.baidu.com A

1
2
#每次执行不会覆盖
cat 1.txt | sed "s/$/& C/g" >>/tmp/1.txt
# linux # shell # sed # awk
LINUX TCP PARAMETERS
PF_PACKET环形接收缓存
© 2022 Andrew
Powered by Hexo & NexT.Pisces