FILE_MERGE is a FORTRAN90 program which merges two sorted files.
Note that on Unix systems, the command merge is faster, more flexible and efficient.
file_merge input1 input2 output
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
FILE_MERGE is available in a FORTRAN90 version
CHRPAK, a FORTRAN90 library which can work with characters and strings.
FILE_ROW_REVERSE, a FORTRAN90 program which makes a copy of a file with the lines ("rows") in reverse order.
FILE_TRANSPOSE, a FORTRAN90 program which makes a "transposed" copy of a file, in which the I-th "word" of the J-th line becomes the J-th word of the I-th line.
FILUM, a FORTRAN90 library which can work with information in text files.
file_merge file1.txt file2.txt file3.txt
You can go up one level to the FORTRAN90 source codes.