Skip to content

Instantly share code, notes, and snippets.

@thinktainer
Created March 1, 2016 17:39
Show Gist options
  • Save thinktainer/0bae2f442daa97530c0b to your computer and use it in GitHub Desktop.
Save thinktainer/0bae2f442daa97530c0b to your computer and use it in GitHub Desktop.
find ./_posts -type f -print0 | xargs -0 grep -Phzo '(?s)(?<=(---))\nlayout.*?(?=(^---$))' | sed -z -e 's/\n\n/\n/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment