I have a text file that looks like:
6789 Here is a bunch of text
4565 More text......................................................
.....etc
I need to pull out the first word (numbers) and create a new file contain all of the following text making the first word its file name until a blank line and then repeat creating many text files.
the awk line can do it:
test: