Jump to content

Shell Compatible Wildcards

From EDM2
Revision as of 16:07, 5 April 2023 by Ak120 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

shwild is a multi-platform C library that helps you implement command line wildcards. Shwild comes with C++ bindings included in the package. There is also a subproject called shwild.fnmatch which is a platform independent recreation of the UNIX "fnmatch" package, but that is a filename pattern matching function/library.

Version

  • 0.9.20 (2011-12-22) and shwild.fnmatch version is 0.8.2 (2007-02-08)
There is no OS/2 specific version of this, you usually just add OS/2 as a Unix type target and compile with GCC, but we have also used Open Watcom

Prerequisites

  • The use of the C++ bindings requires the use of portions of the STLSoft class library. shwild.fnmatch requires both STLSoft and the cstring library.

License

Links