knowledge/technology/applications/cli/sd.md
2023-12-04 11:02:23 +01:00

14 lines
No EOL
272 B
Markdown
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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