Guest_imported
New member
- Jan 1, 1970
- 0
Hi there,
I have a file of 600 words that looks like this:
street
walk
seven
ghost
...
Now I want to transform this file to several smaller files with the words on one line, so:
street walk seven ghost ...
It would be nice if I could specify in my command line how many words there are in the smaller files, so length=20 would give me 30 files of twenty words.
Maybe you can help me out?
I have a file of 600 words that looks like this:
street
walk
seven
ghost
...
Now I want to transform this file to several smaller files with the words on one line, so:
street walk seven ghost ...
It would be nice if I could specify in my command line how many words there are in the smaller files, so length=20 would give me 30 files of twenty words.
Maybe you can help me out?