Return to Snippet

Revision: 1841
at November 10, 2006 21:08 by yuconner


Initial Code
# splits a file
split -b [sizeinbytes] file fileparts.

# join the parts
cat fileparts.a* > file

Initial URL

                                

Initial Description

                                

Initial Title
split and join (linux)

Initial Tags

                                

Initial Language
Other