in reply to Re^2: split a file into number of file based on line count
in thread split a file into number of file based on line count
??split -n 100 some_file
See man split... (on some *NIXes, -l is used instead of -n to specify the line count)
Update:
Qualified the usage of the line count option
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: split a file into number of file based on line count
by ww (Archbishop) on May 13, 2009 at 12:01 UTC | |
by Bloodnok (Vicar) on May 13, 2009 at 13:58 UTC |