1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

created cp.md

This commit is contained in:
Jordan Parker 2014-01-28 09:25:23 +00:00
parent 935b048de1
commit bbbc288b4c

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