GLOB_TILDE

Ulrich Drepper drepper@cygnus.com
Mon Jul 27 22:34:00 GMT 1998


How shall we handle the case where in globbing with GLOB_TILDE set for

	~foo

foo is no valid user name?  What is if there is a file named ~foo?

The current implementation forgets about GLOB_TILDE if the user does
not exists and therefore will match an existing file (or return an
error if GLOB_NOCHECK is not set).  I think this is the correct way.
Do I miss something?

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------



More information about the Libc-hacker mailing list