ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Finished Programs

DONE: Split .txts into smaller ones when there is a space line

(1/6) > >>

alogoc:
Hello donation coders

I am looking for a program that will split .txts into smaller ones.
Now how to know how to split?
Well it will now by the space line.The only thing i want is not to move the spaced line into the created .txts


I am a bit in a hurry for this,so anyone how can make it for me will really appreciated and donated  :)

Waiting for your answers,please don't hesitate to ask for more information if you need

skwire:
Given a text file like this:


--- ---Lorem ipsum dolor sit amet consectetuer tincidunt adipiscing.
Aenean eget Vestibulum metus Sed Donec nibh.

Interdum id pellentesque Integer sodales.
Tincidunt vel Nulla porttitor Sed convallis cursus.
Mauris Vestibulum nec justo consequat leo quis libero ornare.
Accumsan Aliquam lorem feugiat at tincidunt.

Interdum Vestibulum.
Parturient.
Tellus.
You want three new text files created like this:

Text file #1:

--- ---Lorem ipsum dolor sit amet consectetuer tincidunt adipiscing.
Aenean eget Vestibulum metus Sed Donec nibh.
Text file #2:

--- ---Interdum id pellentesque Integer sodales.
Tincidunt vel Nulla porttitor Sed convallis cursus.
Mauris Vestibulum nec justo consequat leo quis libero ornare.
Accumsan Aliquam lorem feugiat at tincidunt.
Text file #3:

--- ---Interdum Vestibulum.
Parturient.
Tellus.
Is this correct?

alogoc:
Yes my friend,and don't worry about the naming,i have a rename tool  :)

skwire:
Successive blank lines are to be considered as one, correct?

alogoc:
What do you mean by considered as one? :tellme:

Navigation

[0] Message Index

[#] Next page

Go to full version