About sed
sed (stream editor) is a Unix utility that parses and transforms text using a simple, compact programming language. It reads text linewise, processes it using regular expressions, and outputs the result. Essential for text manipulation in scripts.
Installation
apt
sudo apt install sed pacman
sudo pacman -S sed brew
brew install gnu-sed User Reviews
No reviews yet.
Similar Tools
Tool Details
- Version
- 4.9
- License
- GPL-3.0
- Pricing
- free
- Last Updated
- 2023-11-20
System Requirements
Tags
text-processing stream-editor regex scripting