X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10201301419.AA24625@clio.rice.edu> Subject: Re: Long delays running SED under Win98SE To: djgpp-workers AT delorie DOT com Date: Wed, 30 Jan 2002 08:19:12 -0600 (CST) Cc: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii), pavenis AT lanet DOT lv In-Reply-To: <3C581651.3103.11E4B54@localhost> from "pavenis@lanet.lv" at Jan 30, 2002 03:50:41 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > > djecho '/\.foo/' > > > > Is it possible that the "/\" part is somehow interpreted by Windows as a > > UNC (and then the call goes to a network, to look for a machine called > > ".foo")? For example, can you cut the startup time significantly by > > playing with the string passed on the command line? > > Yes it seems to be so. If I feed some real UNC after '/\' I'm getting much > faster response time. Maybe it would be best to forbid an attempt > to interpret argument as UNC at program startup. > > Otherwise I'm getting trouble when feeding legal argument to SED > which perfectly works under Linux. If this is for wildcard expansion - we shouldn't do any operations on strings that don't include * ? ... Eventually I'd like to fix UNCs to work so avoid adding things that make it worse