[Novalug] bash commands

Richard Rognlie rrognlie at gamerz.net
Fri Jan 18 16:13:35 EST 2008


On Fri, Jan 18, 2008 at 04:07:00PM -0500, Nino Pereira wrote:
> Listers,
> 
> I have seen this 'glob' business many times, and never knew
> what was meant.
> 
> >I've seen "glob" break with as little as a 100 files on older systems.
> 
> what is it? Googling for 'glob' gives a lot of unixy hits that are
> hard to follow (for me), and also this one:
> 
> The Glob possesses Superhuman Class 100 strength,

Glob is the term for converting the command line you enter into the
command line that the command actually gets.

things like 

        expanding *.f into the list of filenames that match (unless none
        match, then "*.f" is passed in.

        also [a-x], ?, etc. etc.

it might also apply to syntax like  {a,b,c}{1,2,3}f (which
expands to  a1f a2f 3f b1f b2f b3f c1f c2f c3f



-- 
 /  \__  | Richard Rognlie / Sendmail Ninja / Gamerz.NET Lackey
 \__/  \ | http://www.gamerz.net/~rrognlie    <rrognlie at gamerz.net>
 /  \__/ | Creator of pbmserv at gamerz.net
 \__/    |                Helping reduce world productivity since 1994


More information about the Novalug mailing list