We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cp
HiHi, copy is every easy to use, but have a feature to request.
copy
I have a lot of files need to copy from one folder to anther folder, the source folder have several files changed between dest folder.
It will cause poor performance when we just want update several files to dest folder.
So I want copy to support Update Opt like cp in Linux:
-u, --update copy only when the SOURCE file is newer than the destination file or when the destination file is missing
The text was updated successfully, but these errors were encountered:
sounds great, let me tackle
Sorry, something went wrong.
otiai10
No branches or pull requests
HiHi,
copy
is every easy to use, but have a feature to request.I have a lot of files need to copy from one folder to anther folder, the source folder have several files changed between dest folder.
It will cause poor performance when we just want update several files to dest folder.
So I want
copy
to support Update Opt likecp
in Linux:The text was updated successfully, but these errors were encountered: