Skip to content

Instantly share code, notes, and snippets.

@acoshift
Created November 6, 2018 14:16
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acoshift/f21931e361e846c860fbc28bf14821c8 to your computer and use it in GitHub Desktop.
Save acoshift/f21931e361e846c860fbc28bf14821c8 to your computer and use it in GitHub Desktop.
Script เทพแปลง 2 spaces เป็น 1 tab
find . -type f | xargs -n1 sed -i '' $'s/ /\t/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment