home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d1xx
/
d168
/
dillonstuff.lha
/
doc
/
com.doc
< prev
next >
Wrap
Text File
|
1988-11-22
|
2KB
|
98 lines
(c)Copyright 1988, Matthew Dillon, All Rights Reserved
Freely Distributable for non-profit only
ADDCR
V1.00, 16 October 1988
ADDCR <files>
Each file specified is loaded into ram, CR's added before LF's, and
written back out under the same name.
CMP
V1.00, 16 October 1988
CMP file1 file2
The two files must be of the same size. The files are compared for
exact equality. An error message is displayed if the files do not
compare. Exit value:
0 compare successful
5 compare failed
20 unable to open both files
30 unable to allocate memory!
FINDIT
V1.00, 16 October 1988
FINDIT [-ddir] <wildcard> <wildcard> ...
Search the specified directories for files matching the
given wildcard.
If no directories are specified, look for a directory list
in the ENV: enviroment variable FINDITVOLS, of the form:
dir,dir,dir ...
After setting up such an enviroment variable, FINDIT is as
simple as 'FINDIT <wildcard>'. Example:
findit list
findit l\* (from a shell)
findit l* (from a CLI)
The * and ? wildcards are supported.
LIBS
V1.00, 16 October 1988
LIBS [libname]
With no arguments lists libraries and devices currently in
memory, their version, and the number of references.
If a library name is given as a reference and that library
has no references it will be removed. If the library has
references the delayed-expunge flag is set and the library
will be removed when the references fall to 0.
This utility is useful for those of us working on our own
custom libraries.
Example:
libs
libs dres.library
REMCR
V1.00, 16 October 1988
REMCR <files>
Each file specified is loaded into ram, CR's removed, and written
back out under the same name.
SCAT
V1.00, 16 October 1988
SCAT <files>
Like cat, but non-ascii characters are displayed in reverse.