14 lines
272 B
Markdown
14 lines
272 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
|
|||
|
```
|