how to filter and sort CSV files with JSON prettyprint in a column?
i have a big number of CSV files which should be filtered and eventually combined, sorted and get duplicate rows removed. so usually no big deal with sed and sort and i would achieve this with something like... sed -E…