Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
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