Name
ditto
Synopsis
ditto [options
]files directory
ditto [options
]directory1 directory2
Copies files and directories while preserving most file information, including resource fork and HFS metadata information when desired. ditto preserves the permissions, ownership, and timestamp of the source files in the copies. ditto overwrites identically named files in the target directory without prompting for confirmation.
ditto works like cp in the first synopsis form. However, the second form differs in that cp -r copies the entire directory1
into an existing directory2
, while ditto copies the contents of directory1
into directory2
, creating directory2
if it doesn’t already exist.
Options
-
-arch
arch
When copying fat binary files, copy only the code for chip type
arch
. Fat binary files contain different code for different chip architectures. The -arch flag allows you to “thin” the binary by copying only the code for the specified chip. Possible values forarch
include ppc, m68k, i386, hppa, and sparc.-
-bom
pathname
When copying a directory, include in the copy only those items listed in BOM file
pathname
. See also mkbom for information on making a BOM file.- -c
Create a CPIO archive at
directory2
.- --extattr
Preserve POSIX extended attributes. This is on by default.
- -k
Specify that archives are in PKZip format.
- --keepParent
Embed
directory1
’s parent directory indirectory2
.- --nocache
Do not use Mac OS X Unified Buffer Cache for copying.
- --noextattr
Do not preserve POSIX extended attributes. ...
Get Mac OS X Tiger in a Nutshell now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.