I Found A Terminal Tool That Makes CSV Files Look Stunning
You can totally read CSV files in the terminal. After all, it’s a text file. You can use cat and then parse it with the column command. Usual way: Displaying csv file in tabular format with cat and column commands That works. No doubt. But it is hard to scanContinue Reading











