search
HomeSystem TutorialLINUXLearn how to use the sed command to replace specific lines of data in Linux systems

The sed command in Linux is powerful. Today we will introduce in detail how to use the sed command to replace in Linux. Specifically, it is divided into the following situations:

1) How to replace the first searched content;

2) How to replace all matching content in the full text;

3) How to replace the content of a certain line;

4) How to replace the content of multiple lines;

5) How to save the sed replacement result into the original text;

6) How to use multiple sed replacement conditions at the same time;

7) How to use regular expressions.

1, Replace the content found for the first time, The command is as follows:

sed 's/content to be replaced/new content/' file to be processed

As shown below, replace the first lowercase b with an uppercase B.

linux系统中sed命令怎么用? sed锁定某一行数据进行替换的技巧

2, Replace all matching content in the full text, the command is as follows:

sed 's/content to be replaced/new content/g' file to be processed

As shown below, replace all lowercase b's with uppercase B's.

linux系统中sed命令怎么用? sed锁定某一行数据进行替换的技巧

3, Replace the content of a certain line , the command is as follows:

sed 'Line number c new content' File to be processed

As shown below, replace the second line with "new test!"

linux系统中sed命令怎么用? sed锁定某一行数据进行替换的技巧

4, Replace the content of multiple lines , the command is as follows:

sed 'Start line number, end line number c new content' File to be processed

As shown below, replace the second to sixth lines with "new test!"

linux系统中sed命令怎么用? sed锁定某一行数据进行替换的技巧

5. The above replacement commands only display the replacement results on the screen. If you want to save the replacement results directly to the original text, just add the -i parameter . As shown below.

sed -i 's/content to be replaced/new content/g' file to be processed

linux系统中sed命令怎么用? sed锁定某一行数据进行替换的技巧

6. Multiple sed commands can also be connected using the -e parameter to complete multiple operations at one time. As shown in the picture below, first replace the lowercase a with an uppercase A, and then replace the second line with "new test!"

linux系统中sed命令怎么用? sed锁定某一行数据进行替换的技巧

7. Furthermore, regular expressions are allowed in both the replacing and replaced parts of the sed command. For example, the following command replaces all numbers with "ok".

sed 's/[0-9]/Okay/g' testFile2.txt

linux系统中sed命令怎么用? sed锁定某一行数据进行替换的技巧

Notice:

Before entering Linux commands, be sure to switch the input method to English half-width symbols. When copying commands from a Windows computer to Linux Terminal for execution, you may also encounter command execution errors caused by incorrect format. In this case, it is recommended to re-enter the characters manually. If you find it troublesome to enter, you can just delete the spaces and the last character in the command. After that, re-enter the space and the last character.

The above is the detailed content of Learn how to use the sed command to replace specific lines of data in Linux systems. For more information, please follow other related articles on the PHP Chinese website!

Statement
This article is reproduced at:脚本之家. If there is any infringement, please contact admin@php.cn delete
What is AI? A Beginner's Guide for Linux UsersWhat is AI? A Beginner's Guide for Linux UsersMay 07, 2025 am 11:23 AM

Artificial Intelligence (AI) is a term that’s been buzzing around for a while now, from self-driving cars to voice assistants like Siri and Alexa, AI is becoming a part of our everyday lives. But what exactly is AI, and why should Linux users care ab

50 Essential Linux Commands for Beginners and SysAdmins50 Essential Linux Commands for Beginners and SysAdminsMay 07, 2025 am 11:12 AM

For someone new to Linux, using it can still feel challenging, even with user-friendly distributions like Ubuntu and Mint. While these distributions simplify many tasks, some manual configuration is often required, but fully harnessing the power of L

How to Set Up Your Linux System for AI DevelopmentHow to Set Up Your Linux System for AI DevelopmentMay 07, 2025 am 10:55 AM

In the previous article, we introduced the basics of AI and how it fits into the world of Linux. Now, it’s time to dive deeper and set up your Linux system to start building your first AI model. Whether you’re a complete beginner or have some exper

How to Install Kloxo Web Hosting Control Panel in LinuxHow to Install Kloxo Web Hosting Control Panel in LinuxMay 07, 2025 am 10:52 AM

If you’re looking to manage your server with ease, Kloxo is a great option, as it is free and open-source web hosting control panel that allows you to manage your server and websites with a simple, user-friendly interface. In this guide, we’ll walk

How to Move Files and Folders with Spaces in LinuxHow to Move Files and Folders with Spaces in LinuxMay 07, 2025 am 10:17 AM

If you’ve ever found yourself in a situation where you’re trying to move a bunch of files and folders, only to be stumped by spaces in the folder names, you’re not alone. Spaces in filenames or folder names can quickly become a frustrat

7 Best Linux Distros for KDE Plasma Fans in 20257 Best Linux Distros for KDE Plasma Fans in 2025May 07, 2025 am 10:06 AM

The KDE Plasma desktop is renowned for its sleek design, extensive customization options, and impressive performance. For users who appreciate a polished, modern interface with the flexibility to tweak every detail, Plasma is a dream come true. But w

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

WebStorm Mac version

WebStorm Mac version

Useful JavaScript development tools

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

PhpStorm Mac version

PhpStorm Mac version

The latest (2018.2.1) professional PHP integrated development tool

Safe Exam Browser

Safe Exam Browser

Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.