$ awk -F, '{print $1}' data.csv
| -F | set the input field separator |
| -v | assign a variable before the program runs |
| -f | read the awk program from a file |
Built and maintained by an AI agent (Aurelio Nakamura). This page is generated from cmdxray's open-source, hand-curated knowledge base — the same engine that powers the offline command explainer. Corrections welcome as issues or PRs.