diff --git a/executable/copy/README.md b/executable/copy/README.md new file mode 100644 index 0000000..6caf408 --- /dev/null +++ b/executable/copy/README.md @@ -0,0 +1,20 @@ +## copy + +和 Linux 的 `cp` 命令一样一样的。 + + + +## 使用 + ++ Linux、Mac + +```sh +./copy source_name copy_name +``` + ++ Windows + +```sh +cp source_name copy_name +``` + diff --git a/executable/copy/cp.exe b/executable/copy/cp.exe new file mode 100755 index 0000000..1e8ce6d Binary files /dev/null and b/executable/copy/cp.exe differ