Files
tldr/osx/cp.md
Jordan Parker 330f47a2b5 updated cp.md
2014-01-29 11:22:52 +00:00

189 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}}