Skip to content

Instantly share code, notes, and snippets.

@slow-is-fast
Last active January 7, 2018 03:07
Show Gist options
  • Select an option

  • Save slow-is-fast/34665dd65bde6fce757e7318d7b53dea to your computer and use it in GitHub Desktop.

Select an option

Save slow-is-fast/34665dd65bde6fce757e7318d7b53dea to your computer and use it in GitHub Desktop.
insert blank line after each line to format markdown file
gsed -i -e 'G;' ch02.md

gsed means gun sed on Mac.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment