1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

Merge pull request #40 from byjord/master

New osx page: cp
This commit is contained in:
Romain Prieto 2014-01-30 04:41:06 -08:00
commit e25ad10c36

11
osx/cp.md Normal file
View file

@ -0,0 +1,11 @@
# 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}}`