Skip to content

Arguments explaination

Flav20 edited this page Nov 8, 2024 · 3 revisions

Home
Previous page
Next page

Arguments-explaination

  • 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
Clone this wiki locally