I'm trying to use csplit on a 2 MB file. The split occurs correctly, but the second file created only created 650K or so rather than the 2MB or so it should be.
Help!! All I'm trying to do is spli out a certain number of lines at the header of the file, based on the existence of a string (\xpif) in the file, and leave the rest of the file intact.
Help!! All I'm trying to do is spli out a certain number of lines at the header of the file, based on the existence of a string (\xpif) in the file, and leave the rest of the file intact.