HEX
Server: Apache
System: Linux pdx1-shared-a2-09 6.6.116-grsec-jammy-dirty #1 SMP Sat Nov 8 00:02:42 UTC 2025 x86_64
User: dh_pvsc7i (5084578)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/slsh/help/glob.hlp
glob

 SYNOPSIS
  Find files using wildcards

 USAGE
  files = glob (pattern1, ..., patternN);

 DESCRIPTION
  This function returns a list of files whose names match the specified
  globbing patterns.  A globbing pattern is one in which '?' matches a
  single character, and '*' matches 0 or more characters.

 EXAMPLE

   files = glob ("*.c", "*.h");


 SEE ALSO
  glob_to_regexp, fswalk_new

--------------------------------------------------------------