mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-29 12:03:36 +03:00
updated cp.md
This commit is contained in:
parent
bbbc288b4c
commit
330f47a2b5
@ -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}}`
|
||||
|
Loading…
Reference in New Issue
Block a user