
tar:ai:8a5c0
How do I use xsv on a compress .csv.tar.gz file
$ tar -xvzf file.csv.tar.gz && xsv ${options} file.csv
try on your machine
To use xsv on a compressed .csv.tar.gz file, first extract the .csv file using tar command, and then use xsv with appropriate options on the extracted file.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.
Questions that are answered by this command:
- How do I use xsv on a compress .csv.tar.gz file?