
ditto
List of commands for ditto:
-
ditto:tldr:00dd8 ditto: Print a line to the Terminal window for every file that's being copied.$ ditto -V ${path-to-source_directory} ${path-to-destination_directory}try on your machineexplain this command
-
ditto:tldr:4a90e ditto: Copy a given file or directory, while retaining the original file permissions.$ ditto -rsrc ${path-to-source_directory} ${path-to-destination_directory}try on your machineexplain this command
-
ditto:tldr:b16c5 ditto: Overwrite contents of destination directory with contents of source directory.$ ditto ${path-to-source_directory} ${path-to-destination_directory}try on your machineexplain this command