knowledge/technology/applications/cli/sd.md
2024-03-19 09:25:42 +01:00

14 lines
No EOL
262 B
Markdown

---
obj: application
repo: https://github.com/chmln/sd
---
# sd
[Repo](https://github.com/chmln/sd)
`sd` is an intuitive find & replace CLI.
## Usage
```shell
sd before after # replace before with after
sd -p before after # preview changes without changing
```