Skip to content

Commit

Permalink
Update description of the -z option
Browse files Browse the repository at this point in the history
  • Loading branch information
greymd committed Jan 1, 2024
1 parent 47c8926 commit 191d06b
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 @@ -723,7 +723,7 @@ $ printf '111,\n222,33\n3\0\n444,55\n5,666\n' | teip -z -f3 -d, -- sed 's/.*/@@@
5,teip: Output of given command is exhausted
```

Specifying from one line to another is a typical use case for this option.
This option is useful for treating multiple lines as a single combined input.

```bash
$ cat test.html | teip -z -og '<body>.*</body>'
Expand Down

0 comments on commit 191d06b

Please sign in to comment.