小白一起Go!Go!Go!
  • Home
  • Ubuntu
  • Ghost
  • Mysql
  • Linux
  • About
By FormID in Linux — Jan 25, 2024

Linux下在文本中指定位置(行)插入一行新的内容/删除一行内容

范例如下:

sudo sed -i '/%sudo/ a\Your new line to insert' 1.txt
#在1.txt文件中,搜索内容%sudo所在行,在下一行插入内容Your new line to insert

sudo sed -i '/%sudo/ d' 1.txt
#在1.txt文件中,搜索内容%sudo所在行,删除掉,all
Previous issue

统信UOS操作系统安装deb安装包

Next issue

tar常用命令参数功能

小白一起Go!Go!Go! © 2025
  • Sign up
Powered by Ghost