mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
commit
e25ad10c36
1 changed files with 11 additions and 0 deletions
11
osx/cp.md
Normal file
11
osx/cp.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue