Created
August 27, 2023 08:29
-
-
Save raveensrk/eb6d9762287092126b924db88e984279 to your computer and use it in GitHub Desktop.
How to align a csv file?
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
#!/bin/bash | |
columns -t -s "," "$1" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For macOS use this,