BurntSushi / xsv

A fast CSV command line toolkit written in Rust.
The Unlicense
10.35k stars 321 forks source link

Use file name patterns in cat #316

Closed ianengelbrecht closed 1 year ago

ianengelbrecht commented 1 year ago

It would be great if I could do something like:

xsv cat rows ./*csv

Basically, cat all the csv files in the current directory.

BurntSushi commented 1 year ago

That should already work in most shells via globs.