mirror of
https://github.com/BBaoVanC/bbaovanc.com.git
synced 2025-09-11 06:57:35 -05:00
12 lines
264 B
Markdown
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-->
|