hi,
i've a program that it generates a lot of files whose names are as:
A-21.43.38.txt
A-22.44.11.txt
A-22.08.57.txt
A-23.58.22.txt
A-00.33.16.txt
A-01.38.32.txt
....
The name's number is the time that the program has generated this files. I need to join it into order before in one only file.
How can I do it?
Thanks.
i've a program that it generates a lot of files whose names are as:
A-21.43.38.txt
A-22.44.11.txt
A-22.08.57.txt
A-23.58.22.txt
A-00.33.16.txt
A-01.38.32.txt
....
The name's number is the time that the program has generated this files. I need to join it into order before in one only file.
How can I do it?
Thanks.