Dec 272017
 
The FIND utility is used to search, possibly traversing any subdirectories and match your specified files. C source included.
File UNIXFIND.ZIP from The Programmer’s Corner in
Category File Managers
The FIND utility is used to search, possibly traversing any subdirectories and match your specified files. C source included.
File Name File Size Zip Size Zip Type
AMATCH.C 2383 994 deflated
CP.C 5190 1856 deflated
CRC.C 4038 1823 deflated
ENSURE.C 705 384 deflated
FIND.C 23300 6518 deflated
FIND.DOC 15486 4816 deflated
FIND.EXE 19610 11974 deflated
MAKEFILE 1229 531 deflated
README 839 452 deflated
ROOTPATH.C 3172 1188 deflated
ROOTPATH.H 46 38 deflated

Download File UNIXFIND.ZIP Here

Contents of the README file


Find - Copyright (C) 1988, Russell Nelson

Copying for all purposes permitted so long as this copyright notice is
retained.

Manifest:

amatch.c *Handles wildcard matching of filenames.
cp.c *Handles copying of files.
crc.c *Handles crc of file.
ensure.c Ensure that a subdirectory exists by mkdir'ing if needed.
find.c Bulk of the code.
find.doc Documentation.
find.exe Executable.
makefile Makefile.
readme Readme.
rootpath.c *Converts a relative pathname into an absolute pathname.
rootpath.h Header for ...

*All C source files other than find.c are also useful programs in their own
right. See the makefile.


Find -find files according to a given criteria.

Subsumes 'copy', 'xcopy', 'mv', 'dir', 'ls', 'whereis', and a whole bunch
of other programs.



 December 27, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)