Created
June 7, 2018 17:13
-
-
Save tvladeck/d77f0e66e372c87f04c1f72ecd6351d1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
cat orders_2018-05-01.csv | head | sed -e 's/,,/, ,/g' | column -s, -t | less -#5 -N -S |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment