Help for this page

Select Code to Download


  1. or download this
    split -l 1000 myfile myfile.
    for file in myfile.*
    ...
    done
    cat myfile.* > newfile
    rm myfile myfile.*