← Useful Tips
column -t file.tsv: Display TSV data as an aligned terminal table
Use column -t file.tsv to display TSV data as an aligned terminal table. It is especially handy when you live in terminals and repeat long commands.
column -t file.tsv
Why it helps
Use column -t file.tsv to display TSV data as an aligned terminal table. It is especially handy when you live in terminals and repeat long commands.
How to use it
- Open the relevant app or terminal.
- Use the shortcut or command above in the relevant context.
- Check the result; for commands that change data, test on a small example first.
People also search for
column -t file.tsv: Display TSV data as an aligned terminal tablecolumn -t file.tsvdisplay tsv data as an aligned terminal tablehow to display tsv data as an aligned terminal tableLinux / WSL display tsv data as an aligned terminal table