E
E
Evgeny Koryakin2015-03-03 17:43:51
File managers
Evgeny Koryakin, 2015-03-03 17:43:51

How to merge text files?

Hello!
I have about 2000 text files.
One question, how to merge them into one common file?
Are there programs for this?
I must say right away that I do not know programming languages.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
E
Evgeny Koryakin, 2015-03-03
@dEf0lT

Answered myself.
I used the Far Manager program
1. Select files
2. Press F5
3. Enter the name of the target file
4. From the drop-down list "Already existing files" select "Add"
5. Enter
6. When asked "file or folder" answer "file"

R
Ranwise, 2015-03-04
@Ranwise

if the files are in the same encoding, then the example is
in the console
for %f in (*.txt) do type "%f" >> output.txt

V
Vladimir Martyanov, 2015-03-03
@vilgeforce

copy file1 + file2 + ... destinationFile

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question