|
Print only specific rows in a text file
Hi there,
thanks for your help with my questions yesterday!
I have a simple one now, I guess. Yet, getting a solution through Google with key words such as "awk, print, rows" seemed hard.
Here is my question:
I have a text file with 100 rows. I want to make "new_file1.txt" containing rows 1-10, "newfile_2.txt" containing rows 11-20, etc.
(By the way, each row contains a long string of characters, so there's not a clear column structure)
Thanks in advance,
Cheers,
Mike
Last edited by Mike_V; 04-24-2009 at 04:25 PM.
|