mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-04 00:35:23 +02:00
cp: remove redundant example (#2486)
This commit is contained in:
parent
25441c6251
commit
eb80fc01fc
1 changed files with 0 additions and 4 deletions
|
@ -14,10 +14,6 @@
|
|||
|
||||
`cp -r {{path/to/folder}} {{path/to/copy}}`
|
||||
|
||||
- Copy a folder recursively into another folder, keeping the folder name:
|
||||
|
||||
`cp -r {{path/to/folder}} {{path/to/target/parent/folder}}`
|
||||
|
||||
- Copy a folder recursively, in verbose mode (shows files as they are copied):
|
||||
|
||||
`cp -vr {{path/to/folder}} {{path/to/copy}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue