Trilight Zone Forum Index Trilight Zone
Privacy & Anonymity is our speciality !
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Split a large file

 
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix
Author Message
thedark
Second Lieutenant


Joined: 30 Jul 2005
Posts: 1074

PostPosted: Thu Aug 04, 2005 11:29 am    Post subject: Split a large file Reply with quote

to split type:

user@host:~#split -b 1m largefile smallfile

This will split up 'largefile' in to files of 1mb named 'smallfileaa', 'smallfileaab' etc
If you specify '-b 1400k' the size will be 1,4mb

to combine type:

user@host:~#cp smallfile[a-c] > largefile
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Trilight Zone Forum Index -> Other Unix All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group