On most CL implementations, cl:parse-namestring (or #P"...") interprets a unix-like pathname including wildcard (e.g. "/foo/**/bar/qux*.lisp") in a common way. However, there are minor differences in behaviour and facility. Below is a table summarizing the points.
| SBCL | CCL | CLISP | ABCL | ECL | ACL | LW | |
|---|---|---|---|---|---|---|---|
(pathname-match-p #P"/foo/bar/baz" #P"/foo/*/baz") |
T | T | T | T | T | T | T |