From 70dc5549b2f2c0fca73e9e1d802fd15673c8e65d Mon Sep 17 00:00:00 2001 From: Denis Kurilenko Date: Wed, 4 May 2022 09:20:54 +0300 Subject: [PATCH] Create RFC unix cp command support --- rfc/support_unix_cp_command.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 rfc/support_unix_cp_command.md 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.