The UNIX and Linux Forums  

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




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 09-11-2008
glamo_2312 glamo_2312 is offline
Registered User
  
 

Join Date: Sep 2008
Location: INDIA
Posts: 19
Exclamation Split a file into multiple files

I have a file ehich has multiple create statements as

create abc 123

one
two

create xyz 456

four
five

create nnn 666

six
four



I want to separte each create statement in seperate files

PLz help me regarding this