About 13,400,000 results
Open links in new tab
  1. linux - How to pretty-print / view tabular file (e.g., CSV) from the ...

    I landed here through a search engine so if somebody finds this answer, here's a handy miller command line that pretty-prints CSV headers, draws table borders and right-aligns the column values: mlr --icsv --opprint --barred --right cat YOUR_FILE.csv (replace --icsv with --itsv if …

  2. How to open csv in Linux? - California Learning Resource Network

    Jan 18, 2025 · Here are the steps to open a CSV file in Linux: Using cat command: You can use the cat command to open a CSV file. The basic syntax is as follows: cat filename.csv. Replace filename.csv with the name of your CSV file. Using nano or vim editor: You can also use the nano or vim editor to open a CSV file.

  3. Unix command-Line CSV viewer - Super User

    There's a tool, CSVfix, which helps with viewing CSV files. CSVfix is a command-line stream editor specifically designed to deal with CSV data. With it you can, among other things: Convert fixed format, multi-line and DSV files to CSV; Reorder, remove, split and merge fields; Convert case, trim leading & trailing spaces

  4. linux - How to read a .csv file with shell command? - Stack Overflow

    Jun 23, 2017 · I would need a shell command that read all lines of a specific column within a .csv, compare each with a string and return a value whenever it finds a matching line. In Java i would define it something like :

  5. How to Read CSV Files in Bash? [4 Methods] - LinuxSimply

    Apr 29, 2024 · To read CSV file in Bash, you can use while loop or IFS (Internal Field Separator). Moreover, you can employ the awk or sed command to read CSV files in bash. Can Linux read CSV files? Yes, you can read CSV files in Linux.

  6. Is there a robust command line tool for processing csv files?

    To extract the first column of a CSV file, without caring about its name, you’d do something like. mlr --csv -N cut -f 1. Miller is very impressive. I'd compare it to awk, but highly DSV-aware. mlr is hands down my favorite tool for handling structured data via the command line, and is likely the most performant of all of those I have tried.

  7. How to Parse CSV Data in Bash - How-To Geek

    Sep 12, 2022 · Comma Separated Values (CSV) files are one of the most common formats for exported data. On Linux, we can read CSV files using Bash commands. But it can get very …

  8. What is a CSV File and How to Open the CSV File Format

    Comma Separated Values (CSV) files are one of the most common file types used by programmers, analysts, scientists and IT professionals. This universal tabular text format has been widely adopted due to its simplicity, portability and longevity for data exchange.

  9. How to Open CSV Files in Linux: A Beginner's Guide

    Oct 25, 2024 · CSV (Comma-Separated Values) files are widely used for storing tabular data, making them essential for tasks involving spreadsheets, data analysis, and database management. In this beginner's guide, we’ll explore several methods to open and manipulate CSV files in a Linux environment. 🚀

  10. How to open and view csv files in Ubuntu | linux tutorials

    Apr 16, 2016 · There is a real easy way to open csv files in Ubuntu. LibreOffice Calc comes installed by default on Ubuntu machines, so all we have to do is make use of it. The first thing you have to do is locate the .csv file and with the right click of your mouse click on Open With LibreOffice Calc. Then you will be presented to the following.

  11. Some results have been removed
Refresh