Sunday, April 19, 2026

archiveLinux

BlogLinux

12 useful ‘sed’ commands in Linux

In this article, we will learn how to use sed command in linux with 12 practical examples. The sed command is a powerful and useful tool in Unix / Linux for editing the content (files) line by line, including inserts, appends, changes, and deletes. Furthermore, it supports regular expressions, so it can match complex patterns. Commonly it is used to find and replace the strings in files like configuration files, bash scripts, SQL files, etc. The sed commands are mostly abstracted from the 'ed' text editor. The sed command allows...
1 10 11 12 13 14 38
Page 12 of 38