https://github.com/emkay/mcp
cp multiple files
https://github.com/emkay/mcp
copy cp files multiple
Last synced: 3 months ago
JSON representation
cp multiple files
- Host: GitHub
- URL: https://github.com/emkay/mcp
- Owner: emkay
- License: mit
- Created: 2018-03-08T17:17:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T04:55:50.000Z (over 7 years ago)
- Last Synced: 2025-03-28T03:22:44.307Z (4 months ago)
- Topics: copy, cp, files, multiple
- Language: Rust
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mcp
cp multiple files## Install
`cargo install mcp`
## Use
`mcp file.txt file2.txt file3.txt`
Or if you want to get fancy you can do things like this:
`mcp file.txt {file2, file3, file4}.txt`