bug-coreutils
[Top][All Lists]
Advanced

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

Re: bsearch utility


From: James Youngman
Subject: Re: bsearch utility
Date: Thu, 14 Jul 2005 08:51:01 +0100
User-agent: Mutt/1.5.9i

On Wed, Jul 13, 2005 at 06:29:27PM -0700, Sorav Bansal wrote:

> I often use the 'sort' program often for sorting text files. Recently, I 
> had to write a binary search utility that can search for a key in a file 
> sorted using the 'sort' program. 

Why not just use look(1)?  On my GNU/Linux system here, that comes
with "bsdmainutils".

> Since bsearch is a common operation on sorted files, I imagine it will 
> be a useful utility to add to coreutils. If there is enough interest, I 
> would be happy to write and maintain bsearch for coreutils. The basic 
> program functionality is already working and tested, and it needs 
> support for more command-line options and documentation before it is 
> ready for coreutils.

If there is a consensus to add this, I'd have a preference for a usage
pattern which is consistent with look(1).

Regards,
James.




reply via email to

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