Document Split and Merge under Linux
Skill administrator (2000-12-21 15:04) 〖Back〗 〖Forward〗
DD if = source of = target.1 BS = 1M count = 10 DD if = Source of = target.2 BS = 1M Skip = 10 Source is divided into target.1 and target.2 two files where target.1 is SOURCE The first 10m part of Target.2 for Source minus 10m after 10M Cat Target.1 target.2> Othersource Source and Othersource are the same file