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

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