/ Published in: Other
Expand |
Embed | Plain Text
# splits a file split -b [sizeinbytes] file fileparts. # join the parts cat fileparts.a* > file
You need to login to post a comment.
# splits a file split -b [sizeinbytes] file fileparts. # join the parts cat fileparts.a* > file
You need to login to post a comment.