Source-Changes archive

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

CVS commit: othersrc/external/bsd/find2



Module Name:    othersrc
Committed By:   agc
Date:           Sat Mar 19 04:44:51 UTC 2011

Update of /cvsroot/othersrc/external/bsd/find2
In directory ivanova.netbsd.org:/tmp/cvs-serv11800

Log Message:
Initial import of a find2 utility into othersrc.

This library and utility provide all the functionality of find(1) and more,
but with a more Unix/C syntax. e.g.

% find2 'fnmatch == *.[ch]' .
./dist/defs.h
./dist/find2.c
./dist/find2.h
./dist/main.c
% find2 'fnmatch == *.[ch] && size > 10k' .
./dist/find2.c
% find2 'mode & 04000' /sbin /bin
/sbin/shutdown
/sbin/ping
/sbin/ping6
/bin/rcmd
% find2 -l 'uid == ./Makefile' find2
 812131      8 -rw-r--r--    1 agc      agc           2481 Mar 18 01:07 
find2/Makefile
% find2 -l 'mtime < ./Makefile' find2
 812131      8 -rw-r--r--    1 agc      agc           2481 Mar 18 01:07 
find2/Makefile
% find2 'mage < 1days' find2
find2/Makefile
% find2 'mage < 2days && fnmatch == *.[ch]' dist
dist/defs.h
dist/find2.c
dist/find2.h
dist/main.c
% find2 -l 'fnmatch == *.h && mage < 1days && size > 2800' dist
 812120      8 -rw-r--r--    1 agc      agc           2981 Mar 17 17:23 
dist/defs.h
% 


Status:

Vendor Tag:     CROOKS
Release Tags:   find2-base
                
N othersrc/external/bsd/find2/Makefile
N othersrc/external/bsd/find2/dist/libfind2.3
N othersrc/external/bsd/find2/dist/Makefile
N othersrc/external/bsd/find2/dist/TODO
N othersrc/external/bsd/find2/dist/defs.h
N othersrc/external/bsd/find2/dist/find2.1
N othersrc/external/bsd/find2/dist/find2.c
N othersrc/external/bsd/find2/dist/find2.h
N othersrc/external/bsd/find2/dist/main.c
N othersrc/external/bsd/find2/find2/Makefile
N othersrc/external/bsd/find2/libfind2/Makefile
N othersrc/external/bsd/find2/libfind2/shlib_version

No conflicts created by this import



Home | Main Index | Thread Index | Old Index