![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Split large file and add header and footer to each file | ashish4422 | Shell Programming and Scripting | 1 | 04-15-2008 07:12 AM |
| Split a file with no pattern -- Split, Csplit, Awk | madhunk | UNIX for Dummies Questions & Answers | 10 | 12-17-2007 12:57 PM |
| split the file name | rinku | Shell Programming and Scripting | 1 | 05-28-2007 02:47 AM |
| Need to split the file | getdpg | Shell Programming and Scripting | 11 | 09-04-2006 04:08 AM |
| How to split file by tags inside file? | spookyrtd99 | Shell Programming and Scripting | 1 | 07-31-2006 01:50 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Split file
hey all, I have a file with the following format
2006-09-11 07:00:30|ORANGE|ABC|123 2006-09-11 07:40:08|APPLE|ABC|456 2006-09-11 13:20:10|APLE|DEF|789 2006-09-11 14:53:33|ORANGE|GHI|123 I want this file to be splitted into X number of files (where X is the distinct number of column 3); in above case, it would be 3. So I want to generate 3 files ABC_FILE.txt ------------ 2006-09-11 07:00:30|ORANGE|ABC|123 2006-09-11 07:40:08|APPLE|ABC|456 DEF_FILE.txt ------------ 2006-09-11 13:20:10|APLE|DEF|789 GHI_FILE.txt ------------ 2006-09-11 14:53:33|ORANGE|GHI|123 can anyone give me some tips? Thanks in advance! |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|