Date: Sat, 31 Aug 1996 16:14:56 -0700 (PDT) From: Wolfram Schneider <wosch> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/locate/locate fastfind.c util.c Makefile locate.1 locate.c Message-ID: <199608312314.QAA23597@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wosch 96/08/31 16:14:55 Modified: usr.bin/locate/locate Makefile locate.1 locate.c Added: usr.bin/locate/locate fastfind.c util.c Log: optimized search algorithm faster IO due mmap(2) [-m | -s] better error check for damaged databases support for databases in network byte order (SunOS/sparc) optional case insensitve search [-i] optional multiple databases optional multiple pattern new enviroment variable LOCATE_PATH for database(s) [-S] print some statistic about the database [-l number] limit output to number file names [-c] suppress normal output; instead print a count of matching file names Revision Changes Path 1.6 +4 -1 src/usr.bin/locate/locate/Makefile 1.4 +127 -7 src/usr.bin/locate/locate/locate.1 1.4 +279 -113 src/usr.bin/locate/locate/locate.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608312314.QAA23597>