Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Reported by GitHub Issue #57
  • Loading branch information
greymd committed Jan 1, 2024
1 parent c5e42bd commit 9909139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ $ echo 1 2 3 4 5 | teip -v -f 1,3,5 -- sed 's/./_/'
Of course, `-v` can also be used with `-og`.

```bash
$ printf 'AAA\n123\nBBB\n' | teip -vg '\d+' -- sed 's/./@/g'
$ printf 'AAA\n123\nBBB\n' | teip -og '\d+' -- sed 's/./@/g'
@@@
123
@@@
Expand Down

0 comments on commit 9909139

Please sign in to comment.