Skip to content

Commit

Permalink
Creat copy
Browse files Browse the repository at this point in the history
  • Loading branch information
AimTao committed May 4, 2020
1 parent 1b7f6b7 commit 541098e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions executable/copy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## copy

和 Linux 的 `cp` 命令一样一样的。



## 使用

+ Linux、Mac

```sh
./copy source_name copy_name
```

+ Windows

```sh
cp source_name copy_name
```

Binary file added executable/copy/cp.exe
Binary file not shown.

0 comments on commit 541098e

Please sign in to comment.