bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Possible inclusion of combine in coreutils


From: Daniel P. Valentine
Subject: Possible inclusion of combine in coreutils
Date: Mon, 23 Feb 2004 17:56:19 -0500 (EST)
User-agent: SquirrelMail/1.4.2

Hello,

When I offered the program combine to be a part of the GNU project, the
reviewers suggested that it might fit in well with coreutils.

Combine has similarities to join in that it matches files on keys and
reports on the results.  Differences are that any number of keys can be
used, the files do not need to be sorted, and any number of files can be
matched to the main file.  In addition, the user can use Guile scheme to
modify or filter the data if desired.

You can find the latest version at http://www.theWorld.com/~dpv/index.html

I have attempted to follow the GNU coding standards, and I have included
gettext support.  Documentation is included.

I would appreciate any input you have on whether there is a fit with
coreutils.

Thanks,

Dan Valentine




reply via email to

[Prev in Thread] Current Thread [Next in Thread]