Skip to content

Instantly share code, notes, and snippets.

@xenoterracide
Created April 25, 2010 23:52
Show Gist options
  • Save xenoterracide/378838 to your computer and use it in GitHub Desktop.
Save xenoterracide/378838 to your computer and use it in GitHub Desktop.
cat that displays tabs at 4 spaces
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