home *** CD-ROM | disk | FTP | other *** search
- Here are some utilities that I have found useful. head, tail, tee
- and wc are similar to *NIX utilities of the same name. detab and
- entab remove and instert tabs respectively in source files. trunc
- removes trailing white space, inserts left margins, deletes/converts
- CR's in source files, etc.
-
- All of these utilities write to standard output and read from
- standard input if a file name is not provided on the command line.
- This is so that each may 'pipe' its output to the input of another.
- Note that if someday *real* pipes become available (:-)), tail will
- break due to seeks.
-
- These programs were compiled using the Manx C compiler (v3.6a), but
- conversion to Lattice should be easy; I have tried to keep all of
- the code as straight-forward as possible.
-
- The sources & binaries are freely distributable; you may do anything
- you like with them except sell them for profit as long as you leave
- my name in the source and include this notice with the source files.
-
- Have fun.
-
-
- Gary Brant
-
- US mail: 1355 Eustis St. #1
- St. Paul, MN 55108
-
- ARPA: brant@uc.msc.umn.edu
-