Skip to content

Instantly share code, notes, and snippets.

@anthonydillon
Created July 17, 2017 13:31
Show Gist options
  • Save anthonydillon/f148e3777aea1ce58644a1ca0e30789f to your computer and use it in GitHub Desktop.
Save anthonydillon/f148e3777aea1ce58644a1ca0e30789f to your computer and use it in GitHub Desktop.
find . -name '*.md' -exec sed -i -E "s|^date: ['\"]?|date = \"|" {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment