sed_edit
Make small edits to files using sed patterns for single-line changes, pattern replacements, and simple text transformations.
Instructions
Make small edits to files using sed patterns. Efficient for single-line changes, pattern replacements, and simple text transformations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Path to the file to edit | |
| pattern | Yes | Sed pattern (e.g., "s/old/new/g" for substitution) | |
| backup | No | Create backup file before editing | |
| preview | No | Preview changes without modifying file |