About 73,600 results
Open links in new tab
  1. sed, a stream editor - GNU

    While in some ways similar to an editor which permits scripted edits (such as ed), sed works by making only one pass over the input …

  2. Sed Command in Linux/Unix With Examples - GeeksforGeeks

    Apr 7, 2026 · The sed command in Linux, short for stream editor, is a non-interactive text editor used to perform basic text …

  3. sed Command in Linux: with Real Examples - LinuxBlog.io

    Mar 23, 2026 · sed stands for stream editor. It reads input line by line, applies your instructions, and writes the result to standard …

  4. How to Use the sed Command on Linux - How-To Geek

    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.

  5. sed - Wikipedia

    sed (short for s tream ed itor) is a utility that transforms text via a script written in a relatively simple and compact programming …

  6. sed Command Cheat Sheet: All Flags & Usage Examples

    Apr 26, 2026 · This cheat sheet covers substitution syntax, address ranges, in-place editing, and the cross-platform gotchas between …

  7. Mastering Linux `sed`: A Comprehensive Guide with Examples

    Dec 22, 2025 · sed, short for Stream Editor, is a powerful Unix utility that allows users to perform basic text transformations on an …

  8. Sed Tutorial

    This tutorial takes you through all about Stream EDitor (Sed), one of the most prominent text-processing utilities on GNU/Linux. …

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

    While in some ways similar to an editor which permits scripted edits (such as ed), sed works by making only one pass over the input …

  10. How Bash Uses Sed For Text Editing: Practical Guide With Examples

    3 days ago · Learn how bash uses sed for text editing with real script examples. Master quoting rules, variables in sed, loops, …