glob

[glob] /glɒb/
noun
1.
a drop or globule of a liquid.
2.
a usually rounded quantity or lump of some plastic or moldable substance:
a little glob of clay; a huge glob of whipped cream.
Origin
1895-1900; perhaps blend of globe and blob
Examples from the web for glob
  • Several municipalities have prohibited swimming when the glob-to-human ratio gets too high.
  • Instead he imagines that the web was suspended close alongside a hanging glob of sap.
  • The white glob swirls, tendrils stretch to the rim and get thinner.
British Dictionary definitions for glob

glob

/ɡlɒb/
noun
1.
(informal) a rounded mass of some thick fluid or pliable substance: a glob of cream
Word Origin
C20: probably from globe, influenced by blob
Word Origin and History for glob
n.

1900, perhaps suggested by blob, gob, etc.

glob in Technology

/glob/, *not* /glohb/ To expand wild card characters in a path name.
In Unix the file name wild cards are:
* = zero or more characters (E.g. UN*X)
? = any single character
[] any of the enclosed characters
indicate alternation of comma-separated alternatives, thus foobaz,qux would expand to "foobaz" or "fooqux". This syntax generates a list of all possible expansions, rather than matching one.
These have become sufficiently pervasive that hackers use them in written English, especially in electronic mail or Usenet news on technical topics. E.g. "He said his name was [KC]arl" (expresses ambiguity). "I don't read talk.politics.*" (any of the talk.politics subgroups on Usenet). Other examples are given under the entry for X. Note that glob patterns are similar, but not identical, to those used in regexps.
"glob" was a subprogram that expanded wild cards in archaic pre-Bourne versions of the Unix shell.
(1997-07-16)