sed
Installation
SKILL.md
sed
Stream editor for deterministic, line-oriented text transformation and filtering.
Quick Start
- Verify
sedis available:sed --versionorman sed - Establish the command surface:
man sedorsed --help - Start with a read-only probe:
sed 's/old/new/' file.txt
Intent Router
Load only the reference file needed for the active request.
references/install-and-setup.md— Installing sed (GNU, BSD) on macOS, Linux, Windowsreferences/cheatsheet.md— Common flags, substitution, line selection, deletion, extended regexreferences/advanced-usage.md— Multi-line patterns, address ranges, branching, hold space, GNU vs BSD differencesreferences/troubleshooting.md— Regex escaping, in-place edit failures, performance, encoding issues