tsv-filter
Verified for current stable LTS
Tsv Filter Command: Filter Lines String Equal Not Equal Part Of
Use for filter lines string equal not equal part of with Tsv Filter. Exact CLI syntax to filter lines string equal not equal part of using Tsv Filter.
When to use this: Use for filter lines string equal not equal part of with Tsv Filter.
Command Syntax
tsv-filter --str-<eq|ne|in-fld|not-in-fld> <column_number>:<string> <path/to/tsv_file> tsv-filter --str-<eq|ne|in-fld|not-in-fld> <column_number>:<string> <path/to/tsv_file> Live Command Builder
Final Command
tsv-filter --str-<eq|ne|in-fld|not-in-fld> <column_number>:<string> <path/to/tsv_file> Command Breakdown
--str-<eq|ne|in-fld|not-in-fld>- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to filter lines string equal not equal part of using Tsv Filter.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Tsv Filter Command: Count Matching Lines
tsv-filter --count -H --eq <field_name>:<number> <path/to/tsv_file> Tsv Filter Command: Filter Empty Fields tsv-filter --invert --not-empty <column_number> <path/to/tsv_file> Tsv Filter Command: Filter Lines At Least One Condition tsv-filter --or --eq <column_number1>:<number> --str-eq <column_number2>:<string> <path/to/tsv_file> Tsv Filter Command: Filter Lines Condition Equal Not Equal Comparison tsv-filter --<eq|ne|lt|le|gt|ge> <column_number>:<number> <path/to/tsv_file> Tsv Filter Command: Filter Lines Equal Number tsv-filter -H --eq <field_name>:<number> <path/to/tsv_file>