Skip to content
Rahul Bansal edited this page Jan 14, 2015 · 3 revisions

Welcome to the docs.rtcamp.com wiki!

Random commands

find content -name "*.markdown" -type f -exec sed -i -e $'s/author:\ /author:\\\n- /g' '{}' \;

git diff -U0 | grep '^[+-]' | grep -Ev '^(--- a/|\+\+\+ b/)'

grep -lr "http://" . | xargs sed -i -e 's/http:\/\//https:\/\//g'
Clone this wiki locally