knowledge/technology/applications/cli/sd.md

14 lines
No EOL
271 B
Markdown

---
obj: application
os: linux
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
```