Skip to content

Instantly share code, notes, and snippets.

@arcaduf
Created October 4, 2018 14:17
Show Gist options
  • Save arcaduf/357d964d066bfd9add7a6a2c1f0ac1e6 to your computer and use it in GitHub Desktop.
Save arcaduf/357d964d066bfd9add7a6a2c1f0ac1e6 to your computer and use it in GitHub Desktop.
Replace tabs with 4 spaces in script
sed -i $'s/\t/ /g' script_filename.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment