TLDR
Enter a command. For example: stat, securityd, whatis, screencapture.

ditto

 
Copy files and directories. More information: https://ss64.com/osx/ditto.html.
 
  • Overwrite contents of destination directory with contents of source directory:
     
    ditto {{path/to/source}} {{path/to/destination}}
     
  • Print a line to the Terminal window for every file that's being copied:
     
    ditto -V {{path/to/source}} {{path/to/destination}}
     
  • Copy a given file or directory, while retaining the original file permissions:
     
    ditto -rsrc {{path/to/source}} {{path/to/destination}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.