tldr/osx/cp.md

191 B

cp

Copies a file

  • copy files in arbitrary locations

cp {{/path/to/original}} {{/path/to/copy}}

  • copy a file to a parent directory

cp {{/path/to/original}} ../{{/path/to/copy}}