Skip to content

Instantly share code, notes, and snippets.

@nexus166
Last active June 20, 2019 19:17
Show Gist options
  • Save nexus166/85347971b42b83e8fccf9210b03f4d07 to your computer and use it in GitHub Desktop.
Save nexus166/85347971b42b83e8fccf9210b03f4d07 to your computer and use it in GitHub Desktop.
#!/bin/sh -e
for i in $(seq 16 2); do sed -i s/"$(for _c in $(seq 1 $i); do printf ' '; done)"/\t/g ${1}; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment