``mv_keep_parents`` - equivalent to ``cp --parents src/*.txt dest/`` but moving instead of copying. Passing ``-k`` will keep empty directories in ``src/``.
``symlink_relative.py`` and ``symlink_absolute.py`` - convert symlinks to relative/absolute respectively.