csv - CSV data processing with bash tools
Process CSV files using standard bash tools like awk, cut, sort, and grep
Tags
Updated: 2026-02-11Capabilities
Typical Inputs
Typical Outputs
What this skill does
- analyze CSV statistics
- filter CSV rows
- select CSV columns
- sort CSV data
Inputs
- CSV file
- column numbers
- filter values
- sort parameters
Outputs
- transformed CSV file
- statistics summary
- filtered data
Requirements
- bash environment
- awk tool
- cut tool
- sort tool
- grep tool
