Created
November 13, 2023 02:23
-
-
Save maxjustus/f4fb162ae71ec72934dea575c63730bf to your computer and use it in GitHub Desktop.
column align csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sed 's/,/,:/g' my_file.csv | column -t -s: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment