![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| file splitting | UBD | Shell Programming and Scripting | 7 | 01-17-2008 03:24 PM |
| [Splitting file] Extracting group of segments from one file to others | ozgurgul | Shell Programming and Scripting | 1 | 09-14-2006 12:17 PM |
| Splitting large files | Rvbs | Shell Programming and Scripting | 2 | 12-07-2005 08:29 AM |
| splitting file | rkl1 | UNIX for Dummies Questions & Answers | 3 | 11-30-2005 03:39 PM |
| Splitting large file into small files | dncs | Shell Programming and Scripting | 4 | 06-08-2005 11:02 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Okay, absolute newbie here...
I'm on a Mac trying to split an almost 2 Gig log file on a Unix box into manageable chunks for my web-based log analysis tool. What do I need to do, what programs do I need to do it? All and any help appreciated/needed :-) Cheers |
|
|||||
|
Well, the command itself it called split. For more information on this, simply type:
man split If split is installed on your system, it will display the manual page (hence the command 'man' - it's short for manual). Hope that helps! |
|
||||
|
try this to slpit the file by each line.
slpit -i 300 -a1 filename 300 being how many lines per file 1 being the files will be named using xa xb xc xd xc etc.... if u use 2 xaa xbb xcc ( just gives you more files to play with) have fun man pages are good, but most times it looks like bad driving directions enjoy |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|