Skip to content

Instantly share code, notes, and snippets.

@dustincys
Created January 15, 2014 12:19
Show Gist options
  • Save dustincys/8435220 to your computer and use it in GitHub Desktop.
Save dustincys/8435220 to your computer and use it in GitHub Desktop.
capitalize the tags in _post of jekyll blog
grep '^tags\s*:' ./ -rl | xargs sed -i -e 's/\(tags\s*:\)\(.*\)/\1\U\2/g'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment