I needed to concatenate a bunch of CSV files while skipping the header row. There was a nice solution on Stack Overflow:
| |
With the GNU version of tail (sadly not the one installed on OS X by default), you can just use
| |
or
| |
I needed to concatenate a bunch of CSV files while skipping the header row. There was a nice solution on Stack Overflow:
| |
With the GNU version of tail (sadly not the one installed on OS X by default), you can just use
| |
or
| |