Skip to content

Instantly share code, notes, and snippets.

@maxjustus
Created November 13, 2023 02:23
Show Gist options
  • Save maxjustus/f4fb162ae71ec72934dea575c63730bf to your computer and use it in GitHub Desktop.
Save maxjustus/f4fb162ae71ec72934dea575c63730bf to your computer and use it in GitHub Desktop.
column align csv
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