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 -->
  #8 (permalink)  
Old 07-21-2004
Ygor's Avatar
Ygor Ygor is offline Forum Staff  
Moderator
  
 

Join Date: Oct 2003
Location: -31.96,115.84
Posts: 1,409
Moving things around...
Code:
awk '/^END/{close f; f=""} f{print > f} /^DOC/{f="doc."++d}' infile
$ head -1000000 doc.*
==> doc.1 <==
aaaaaa
bbbbbb
cccccccc

==> doc.2 <==
ddddddd
eeeeeee