a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync################################################################################
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsyncAvailable commands are:
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync f [all|prog|doc] - List installed files of a given type
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync d [all|prog|doc] - List the directories used by a module
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync v - Validate the .packlist - check for missing files
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync t <tarfile> - Create a tar archive of the module
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync q - Quit the module
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync $reply =~ /^f\s*/ and do
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync if (eval { @files = $Inst->files($module, $class); })
a734c64bff58bda2fa48c2795453e092167b0ff7vboxsync $reply =~ /^d\s*/ and do
CASE: