diff --git a/pages/common/cp.md b/pages/common/cp.md index 6fccca4e5..402650959 100644 --- a/pages/common/cp.md +++ b/pages/common/cp.md @@ -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}}`