Skip to content

Instantly share code, notes, and snippets.

@verajosemanuel
Last active November 14, 2017 09:30
Show Gist options
  • Save verajosemanuel/a25ab810734bf3e682c2dd6af6066fa3 to your computer and use it in GitHub Desktop.
Save verajosemanuel/a25ab810734bf3e682c2dd6af6066fa3 to your computer and use it in GitHub Desktop.
add tab after character 10 with #sed #bash #regex
sed -e 's/./&\t/11'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment