The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: splitting file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-30-2005
rkl1 rkl1 is offline
Registered User
  
 

Join Date: Nov 2005
Posts: 6
splitting file

Dear All,

Here I need some help. I have a file which has 100 lines and I like to split that file into 5 files each containing 20 lines.

so the wc -l bigfile gives me 100 lines. How I will make 5 small files out of this each containing exactly 20 lines:

thanks.