csv - CSV Data Processing with Bash Tools
Analyze and transform CSV data using standard bash utilities
Tags
Updated: 2026-02-12Capabilities
Typical Inputs
Typical Outputs
What this skill does
- analyze CSV file statistics
- filter CSV rows by column values
- select specific CSV columns
- sort CSV by columns
Inputs
- CSV file
- column number
- filter value
- column list
Outputs
- processed CSV file
- statistical summary
- filtered data
- sorted data
Requirements
- Bash shell environment
- awk command
- cut command
- sort command
- grep command
