About 245,000 results
Open links in new tab
  1. Sed Command in Linux/Unix With Examples - GeeksforGeeks

    Nov 7, 2025 · The SED command in Linux/Unix is a versatile and powerful and flexible tool for automating a wide range of text editing tasks. Whether you need to perform simple …

  2. How to Use the sed Command on Linux

    Sep 3, 2023 · With the sed command, you can edit text in files and streams on Linux. Check out all the stuff you can do with it.

  3. The “sed” Command in Linux [with Practical Examples]

    May 6, 2024 · The sed command is a shell built-in command in Linux that allows to edit files and streams on Linux using the sed stream editor. It’s a powerful tool that can search, replace, …

  4. Bash sed Command - Stream Editor - W3Schools

    The sed command is a stream editor used to perform basic text transformations on an input stream (a file or input from a pipeline). It's a powerful tool for making quick edits to files or …

  5. sed, a stream editor - GNU

    sed may be invoked with the following command-line options: Print out the version of sed that is being run and a copyright notice, then exit.

  6. Sed Command in Linux with 15 Practical Examples - TecAdmin

    Apr 26, 2025 · In this article, we’ll provide 15 practical examples of using the `sed` command to perform various tasks. 1. Replace string in a file. To replace a string in a file, you can use the …

  7. sed Command in Linux with Examples - LinuxCapable

    Nov 17, 2025 · Follow along to practice selective printing, deletions, insertions, file reads and writes, multi-line operations, and reusable sed scripts that handle logs, CSV data, …

  8. Beginners Guide for Sed Command on Linux

    May 22, 2025 · The sed command is a stream editor that helps you search, find, replace, insert, and delete strings from the referenced text file without opening it. It is similar to the AWK and …

  9. Mastering sed Command in Linux: A Comprehensive Guide

    Jan 8, 2025 · Master the Linux sed command with practical examples. Learn text manipulation, pattern matching, and advanced sed scripting techniques for efficient file pro…

  10. sed (1) - Linux manual page - man7.org

    Sed is a stream editor. A stream editor is used to perform basic text transformations on an input stream (a file or input from a pipeline). While in some ways similar to an editor which permits …