FILE_MERGE
Merge Two Sorted Files


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.

Usage:

file_merge input1 input2 output

Licensing:

The computer code and data files made available on this web page are distributed under the GNU LGPL license.

Languages:

FILE_MERGE is available in a FORTRAN90 version

Related Data and Programs:

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.

Source Code:

Examples and Tests:

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 22 April 2008.