We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c30ff9 commit 6eaea76Copy full SHA for 6eaea76
README.md
@@ -39,7 +39,7 @@ The flow `rep` uses when making a change looks like this:
39
2. The substitution (e.g., the first and second [find and replace] arguments) are applied to the `<line-contents>`.
40
3. The result is written to the `<file-path>`.
41
42
-These means editing standard input first, *and then applying a find and replace to the resulting grep-formatted lines*, will also work.
+These means editing standard input first, *and then also applying a find and replace via `rep`*, will also work (e.g., `rep bar baz < tmp`).
43
44
## Installation
45
0 commit comments