Skip to content

Easily split a file into multiple files, especially across multiple drives.

Notifications You must be signed in to change notification settings

VectorCell/fsplit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fsplit

Easily split a file into multiple files, especially across multiple drives.

Usage: fsplit filename1 size1 [filename2 size 2] ... [lastfilename]

If the last file specified is not accompanied by a file size, then all remaining bytes are written to that file.

Input is expected to be received via stdin.

The files can then be reassembled with a tool such as cat, taking care to maintain the original file order:

cat filename1 filename2 ... lastfilename

Travis CI builds:

Branch Status
master Build Status

About

Easily split a file into multiple files, especially across multiple drives.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published