I have uploaded:

/pub/simtelnet/win95/fileutl
mcfu01.zip      check, curz, join, random-file, split; PD, src

Mark Carter's File Utilities - version 0.1:
mccheck   - v0.1 - checks to see if a file is corrupt
mccurz    - v0.1 - recursively applies commands to regular files
mcjoin *  - v0.1 - joins together files created by mcsplit
mcranfile - v0.1 - creates a file of random bytes to a specified length
mcsplit * - v0.1 - splits a long file into several shorter ones
* Also compiles on Linux straight out of the box

Special requirements: None.

Public Domain. Uploaded by the author. With VC++ sources.

Mark Carter
cartermark@logica.com

====================== upload.txt copy is above ======================

=== PURPOSE ===

MCFU is a collection of file utilities that I wrote because:
1. I did not like, or could not find, in the Public Domain. 
2. I wanted a set of utilities that compiled on Linux (eventually).

The purpose of the executables are fairly self-explanantory. For more 
information on the purpose and usage of the utilities, supply --help 
as the first argument to the executable. E.g.:
	mccheck --help


=== INSTALLATION ===

Copy the executables (in the exe directory) to somewhere in your path
(typically c:\windows or c:\windows\command). Alternatively, place
the exe files in some other directory, and include the location in
your PATH variable (see your PC documentation for guidance).


=== STATUS ===

This distribution and all of it's contents are Public Domain.


=== HISTORY ===

20-jan-2001   Version 0.1 created.
18-nov-2000   Distribution started.

======================================================================

