About 1,690,000 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 (s), and is consequently more efficient. But it is sed ’s ability to filter text …

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

    Nov 7, 2025 · The sed command in Linux, short for stream editor, is a non-interactive text editor used to perform basic text transformations on an input stream, such as a file or input from a pipeline.

  3. 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.

  4. 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 language. It was developed from 1973 to 1974 by Lee E. McMahon of Bell …

  5. 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 (s), and is consequently more efficient.

  6. sed (1) - Linux man page

    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 (s), and is consequently more efficient. But it is sed 's ability to filter text …

  7. 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, add, or …