Quick Actions
sed
Description
Stream editor for filtering and transforming text.
Command
sed
Examples
Replace text in file
sed 's/old/new/g' file.txt
Delete lines containing pattern
sed '/pattern/d' file.txt
Command Info
Category:
Text Processing
Type:
Linux
Views:
12
Status:
Active
Tags
text
editing
transformation