The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com



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
How to split file by tags inside file? spookyrtd99 Shell Programming and Scripting 1 07-31-2006 01:50 AM
Split file using awk pvar Shell Programming and Scripting 8 07-21-2004 10:41 AM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 09-04-2006
Ygor's Avatar
Ygor Ygor is offline Forum Staff  
Moderator
  
 

Join Date: Oct 2003
Location: -31.96,115.84
Posts: 1,409
Try something like this, (where "$" represents the bash prompt)...
Code:
$ cat infile
/users/test/krachel/
! Some text
! Some Text
/user/test/limo
! some text
! some text
! Some text
/user/test/krachel
! Some text
$ csplit -f outfile -n 3 infile '/^\//' '{*}'
0
46
52
31
$ head outfile*
==> outfile000 <==

==> outfile001 <==
/users/test/krachel/
! Some text
! Some Text

==> outfile002 <==
/user/test/limo
! some text
! some text
! Some text

==> outfile003 <==
/user/test/krachel
! Some text
  #2 (permalink)  
Old 09-04-2006
Ygor's Avatar
Ygor Ygor is offline Forum Staff  
Moderator
  
 

Join Date: Oct 2003
Location: -31.96,115.84
Posts: 1,409
Also possible to use awk...
Code:
$ awk '/^\//{n++}{print > f n}' f=outfile infile
$ head outfile*
==> outfile1 <==
/users/test/krachel/
! Some text
! Some Text

==> outfile2 <==
/user/test/limo
! some text
! some text
! Some text

==> outfile3 <==
/user/test/krachel
! Some text
  #3 (permalink)  
Old 09-04-2006
mbketan mbketan is offline
Registered User
  
 

Join Date: Jun 2006
Posts: 9
great.....learning lot of things here...

ygor...i am trying to learn one line awk....

cheers
  #4 (permalink)  
Old 09-04-2006
jambesh's Avatar
jambesh jambesh is offline
Registered User
  
 

Join Date: Aug 2006
Location: Pune,India
Posts: 137
Ygor ! the awk onliner is really awesome ! i find it good to learn . thanks
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 01:45 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0