created cp.md

waldyrious/alt-syntax
Jordan Parker 2014-01-28 09:25:23 +00:00
parent 935b048de1
commit bbbc288b4c
1 changed files with 11 additions and 0 deletions

11
osx/cp.md Normal file
View File

@ -0,0 +1,11 @@
# cp
> Copies a file
- make a duplicate in the same directory
`cp {{filename}} {{new_filename}}`
- copy a file to a parent directory
`cp {{filename}} /{{new_filename}}`