sed_execute
Executes all pending sed expressions from the queue, editing files in-place with .sed.bak backups and atomic per-file application.
Instructions
Execute all pending sed expressions in the batch queue. Each file is edited in-place with a backup (.sed.bak). All expressions for a file are combined into a single sed command for atomicity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | If provided, only execute expressions for this file. Otherwise execute all files in queue. |