BASH: extract a subset of columns and rows from a CSV file with cut, tail and tr commands

In this article we see how to make a quick data extraction from text files with structured data, organized in rows and with the elements of each row separated by a particular character. The classic CSV or similar files, for instance.

We often have to extract from this type of files a certain subset of columns… (Read the full article)

BASH: estrarre le colonne e le righe desiderate da un file CSV con i comandi cut, tail e tr

In questo articolo vediamo come effettuare delle veloci operazioni di estrazione dati da file di testo che presentano dati strutturati, organizzati in righe e con gli elementi di ciascuna riga separati da un determinato carattere. I classici file CSV o similari, per intenderci.

Capita spesso di … (Read the full article)