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

updated cp.md

This commit is contained in:
Jordan Parker 2014-01-29 11:22:52 +00:00
parent bbbc288b4c
commit 330f47a2b5

View file

@ -2,10 +2,10 @@
> Copies a file
- make a duplicate in the same directory
- copy files in arbitrary locations
`cp {{filename}} {{new_filename}}`
`cp {{/path/to/original}} {{/path/to/copy}}`
- copy a file to a parent directory
`cp {{filename}} /{{new_filename}}`
`cp {{/path/to/original}} /{{/path/to/copy}}`