mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 09:31:00 +00:00
A glob has to be resolved against the directory corresponding to the part of the path it is found in, not the current directory. For example, in /usr/i*/AK/, the glob has to be resolved inside /usr. Moreover, an argument can contain more than one glob, such as /u*/*/?, in which case they have to be resolved recursively. In case a glob matches nothing, the argument should be used as is. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| GlobalState.h | ||
| LineEditor.cpp | ||
| LineEditor.h | ||
| main.cpp | ||
| Makefile | ||
| Parser.cpp | ||
| Parser.h | ||