---
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
```