Files
bbaovanc.com/content/tags/sed/_index.md

12 lines
264 B
Markdown

---
title: sed
---
Short for "stream editor", `sed` is a utility used to edit text on Unix systems.
It is usually used with regular expressions (regex for short). If you're
interested, look up "regex basics" and "sed basics", or something similar.
<!--more-->