.csv files are widely used and sometimes it is convenient to have them sorted.
It would be very convenient if sort had an option to skip first n lines like:
sort --skip-rows n
or
sort --skip-header-rows n
Best if someone more familiar with the code could do it. But if not - I would like to get some acceptance for the idea - I could probably prepare the patch but it would take me some time and I would like to know if it has a chance to be accepted.
Thank you.
.csv files are widely used and sometimes it is convenient to have them sorted.
It would be very convenient if sort had an option to skip first n lines like:
sort --skip-rows n
or
sort --skip-header-rows n
Best if someone more familiar with the code could do it. But if not - I would like to get some acceptance for the idea - I could probably prepare the patch but it would take me some time and I would like to know if it has a chance to be accepted.
Thank you.