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

264 B

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