csvgrep
Verified for current stable LTS
Csvgrep Commands
Csvgrep command syntax with verified terminal examples.
Commands
8 commands for Csvgrep
csvgrep Search
Csvgrep Command: Filter Csv Rows Invert Match Column Name
csvgrep -i -c <name> -m "<John Doe>" <data.csv> csvgrep Search
Csvgrep Command: Filter Csv Rows Match Column String
csvgrep -c <1> -m <string_to_match> <data.csv> csvgrep Search
Csvgrep Command: Filter Csv Rows Matching Regex Columns
csvgrep -c <3,4> -r <regex> <data.csv> csvgrep Search
Csvgrep Command: Find Rows Not Including String In Name Column
csvgrep -i -c <name> -m "<John Doe>" <data.csv> csvgrep Search
Csvgrep Command: Find Rows With Pattern In Multiple Columns
csvgrep -c <column_numbers> -r <regex> <data.csv> csvgrep Search
Csvgrep Command: Find Rows With Regex In Columns 3 Or 4
csvgrep -c <3,4> -r <regex> <data.csv> csvgrep Search
Csvgrep Command: Find Rows With String In Column
csvgrep -c <1> -m <string_to_match> <data.csv> csvgrep Search
Csvgrep Command: Find Rows With String In Specific Column
csvgrep -c <column_number> -m <string_to_match> <data.csv> Suggest a Csvgrep Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Csvgrep workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.