sed
How to Use Sed
Learner’s notesIn plain EnglishA tool (and, informally, a verb) for making quick find-and-replace edits to text files from the command line.
You will mostly meet this word in programming and sysadmin contexts, almost never in everyday writing.
Trace the full origin ↓Word Forms
sedded past tense, seds plural, seds singular
Fill the Gap
Can you complete this real example?
He ran a quick _____ command to swap every "colour" for "color" in the file.
Etymology
Short for "stream editor", the name given to the original Unix tool when it was created in the 1970s.