diff --git a/rfc/support_unix_cp_command.md b/rfc/support_unix_cp_command.md new file mode 100644 index 0000000..d0a406a --- /dev/null +++ b/rfc/support_unix_cp_command.md @@ -0,0 +1,8 @@ +# Support Unix cp command for 2.0 version + +## Summary +Make compatibility with Unix `cp` command([doc](https://man7.org/linux/man-pages/man1/cp.1.html)) Make opportunity to using same text flags(`-r`, `-f`, etc) + +## Motivation +- For fast understand lib features. Many people familiar this `cp` command. +- Add more interesting approaches for using lib.