Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!convex!newsadm From: tchrist@convex.COM (Tom Christiansen) Newsgroups: comp.unix.questions Subject: Re: Wildcard Expansion By Shell Message-ID: <1991Apr17.165717.6931@convex.com> Date: 17 Apr 91 16:57:17 GMT References: <4056@risky.Convergent.COM> Sender: newsadm@convex.com (news access account) Reply-To: tchrist@convex.COM (Tom Christiansen) Distribution: usa Organization: CONVEX Software Development, Richardson, TX Lines: 12 Nntp-Posting-Host: pixel.convex.com From the keyboard of sundrag@risky.Convergent.COM (Sundaraswaran Gopalakrishnan): :Hi, : I would like to know how exactly Shell expands the wildcard :characters in the command line. Are there any undocumented system :calls to accomplish this ? Or the Shell does a physical read of the :disk inodes etc. and matches the file name against each one ? Huh? What do named have to do with inodes? It reads the names from the directory, and compares against these. --tom