14 lines
No EOL
262 B
Markdown
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
|
|
``` |