Completely redo categories and tags

This commit is contained in:
2022-05-06 23:13:14 -05:00
parent f3cf22ae33
commit 3668b6cfb1
41 changed files with 352 additions and 16 deletions

View File

@@ -0,0 +1,11 @@
---
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-->