Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
My use case is a collection of CSV files, each with header row. What I want to know is what subset(s) of them are "union compatible", although I also want matching column names before stacking thes...
Question
bash
#1: Initial revision
How would I display the first line of all files matching a glob?
My use case is a collection of CSV files, each with header row. What I want to know is what subset(s) of them are ["union compatible"](https://www.cs.colostate.edu/~cs430dl/pages/more_examples/Ch3/Unions.pdf), although I also want matching column names before stacking these tables.