Help for this page

Select Code to Download


  1. or download this
    user@host ~$] split -l 30 bigfile.txt
    
  2. or download this
    perl -ne 'open FILE, ">>", "smallfile".int($./30).".txt"; print FILE $
    +_; close FILE }' bigfile.txt