zorin-os-docs
===============

This package contains documents which will be packaged together and
shipped as zorin-os-docs in the Zorin OS distribution.  They contain
documents targetted for end-users of Zorin OS as a desktop.

Helpful shell commands
----------------------

# Rename .po files from Launchpad export to remove the extra
# "zorin-os-help-" prefix (you need to have perl installed for this one)

find ./ -path '*/*.po' -exec rename 's/zorin-os-help-//' '{}' \;

# Recursively find and replace a string
find ./ -type f -exec sed -i 's/typo/fixed/g' {} \;
