1 stable release
1.0.0 | Dec 24, 2021 |
---|
#56 in #tutorial
4KB
56 lines
copy-clone
This program is a simple Rust command-line-utility to copy the contents of one file to another.
It will only copy a single file.
Usage: copy src dest
src : src file
dest : destination file