home *** CD-ROM | disk | FTP | other *** search
- Short: expands wildcards for any command, any shell
-
- Wild is a program that expands any wildcards passed to it and then
- executes the resulting command line, providing wildcard expansion
- capabilities to programs that do not recognize wildcards, just like Unix
- shells do. Wild uses the wildcard expansion facilities provided by
- Workbench 2.0, and thus it supports all the wildcards WB2.0 offers, but at
- the same time requires 2.0. This is version 2.0, and includes source in C.
- Author: Bruno Costa.
-
- wildargs:
- wildargs is a small set of routines to easily expand wildcards for any
- program under Kickstart 2.0. The main routine (wildargs()) works on the
- argc and argv variables received by your program, changing them if any
- wildcards are expanded. There is an additional routine that can be
- optionally called before wildargs() to set wildcard expanding options,
- wildoptions(). This is version 1.0, and includes Public Domain source in
- C. Author: Bruno Costa.
-