The copy_changed_files script operates on two directories, `dir1' and `dir2', and copies the files that are different between the two into a third directory. Like so: % copy_changed_files.cl -v -o output-dir dir1 dir2 This is a handy utility if you keep a snapshot of some directory and want later want to find and distribute the changed files only.