Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Split A Report into multiples
Name: mattf373 Date: May 18, 2004 at 08:39:57 Pacific OS: AIX CPU/Ram: nt
Comment:
Need to split an aggregaged report with coverpages inbetween , line 11 has Customer number on it in file is in Report format... Cover page does have Customer number but its located on line 7 ... How can I get this done examples would be great I'm figuring csplit is the way to go.
Summary: Hi, I am trying to split a file which has fixed 10 rows into two files in PERL. The first 5 rows into fileA and the last five rows into fileB. I have to do this in a loop because I have multiple files...
Summary: Hello, I'd like to a split a string into two parts and assign them to two different variables. The string will be passed as an argument to a Korn Shell script For example I have a string something lik...
Summary: I'd like to have a script that breaks a large file into multiple files. Basicaly, the script reads a large file and looking for a line "PJL EOJ", if line found, the counter will count it as 1, so when...