-
Notifications
You must be signed in to change notification settings - Fork 0
Arguments explaination
Flav20 edited this page Nov 8, 2024
·
3 revisions
- path: the path to the file
- remove_empty_string: ignore the empty string "[ ]*"
- n: get n lines with tail/head
- n1: the beginning line to take with between
- n2: the last line to take with between
- restrict: if enable, if we have last N lines, it just keep the regex in those lines. If not enable, it takes last N regex
with regex:
- regex_keep: list of regex to keep
- regex_pass: list of regex to pass/ignore