|
| |
This filter removes all text.
It is useful in two main situations
- Inside a subfilter, it prevents any of the subfiltered text from
re-entering the text stream. So you could
restrict to lines matching a pattern,
output the matching lines
to a new file, and then remove them.
- To remove all of the text of a file, then use an
Add Header filter
with the @fullInputFilename macro to
obtain the name of the file.
See also
Remove menu
|