Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Created December 22, 2023 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ziadoz/9ae6671901d2a51ee9d36cfa74ff6a0f to your computer and use it in GitHub Desktop.
Save ziadoz/9ae6671901d2a51ee9d36cfa74ff6a0f to your computer and use it in GitHub Desktop.
macOS - Merge Folders Using The Command Line (Ditto)
# @see: https://apple.stackexchange.com/a/341906
# Merge folder and all sub-folders of A and B into C.
ditto A C
ditto B C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment