Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emkay/mcp
cp multiple files
https://github.com/emkay/mcp
copy cp files multiple
Last synced: 5 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T04:55:50.000Z (almost 7 years ago)
- Last Synced: 2024-12-21T03:12:02.031Z (28 days ago)
- Topics: copy, cp, files, multiple
- Language: Rust
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- 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`