Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save arcaduf/edf68ded0eaaa3127b5c4e24ede1cfc0 to your computer and use it in GitHub Desktop.
Save arcaduf/edf68ded0eaaa3127b5c4e24ede1cfc0 to your computer and use it in GitHub Desktop.
Sanitize python script by converting tabs into spaces
sudo apt-get install moreutils
expand -t 4 filein | sponge fileout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment