https://github.com/tonikelope/megasplit
Just another split wrapper with some sugar
https://github.com/tonikelope/megasplit
bash split
Last synced: about 2 months ago
JSON representation
Just another split wrapper with some sugar
- Host: GitHub
- URL: https://github.com/tonikelope/megasplit
- Owner: tonikelope
- License: gpl-3.0
- Created: 2023-02-14T15:51:05.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T19:11:05.000Z (about 2 years ago)
- Last Synced: 2023-11-05T12:25:17.471Z (over 1 year ago)
- Topics: bash, split
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# megasplit
Just another split command wrapper with some sugar1. Progressbar
2. Chunks will be named as follows:
- original_name.partn-N
- where **n** is chunk position and **N** is total chunks.3. In parallel, a sha1 hash of the original file will be created.
4. Optionally, the original file can be deleted after splitting.
tonikelope@cueva: ~ $ megasplit
__ __ _____ ____ _ ____ ____ _ ___ _____
| \/ | ____/ ___| / \ / ___|| _ \| | |_ _|_ _|
| |\/| | _|| | _ / _ \ \___ \| |_) | | | | | |
| | | | |__| |_| |/ ___ \ ___) | __/| |___ | | | |
|_| |_|_____\____/_/ \_\____/|_| |_____|___| |_|
tonikelope Solutions S. L.Usage: megasplit.sh -b BYTES [-r] FILE
-r Remove original file after split