Linux command
xan 命令
文本
Copy it and replace filenames, paths, or keywords as needed.
命令示例
Preview a CSV file in the terminal
xan view [data.csv]
Search for records in a column
xan search -s [name] "[pattern]" [data.csv]
Plot a bar chart from frequency data
xan frequency -s [column] [data.csv] | xan plot bar
说明
xan is a powerful CSV processor forked from xsv that reads, manipulates, and visualizes CSV data directly in the terminal. It supports filtering, sorting, aggregating, deduplication, parallel processing, and can render scatter plots, histograms, and heatmaps. Handles gigabyte-scale files.
FAQ
What is the xan command used for?
xan is a powerful CSV processor forked from xsv that reads, manipulates, and visualizes CSV data directly in the terminal. It supports filtering, sorting, aggregating, deduplication, parallel processing, and can render scatter plots, histograms, and heatmaps. Handles gigabyte-scale files.
How do I run a basic xan example?
Run `xan view [data.csv]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more xan examples?
This page includes 3 examples for xan, plus related commands for nearby Linux tasks.