Created
April 25, 2010 23:52
-
-
Save xenoterracide/378838 to your computer and use it in GitHub Desktop.
cat that displays tabs at 4 spaces
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
etcat() { | |
env cat "$@" | env expand -t 4; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment