We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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'