X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Wed, 30 Jan 2002 15:43:30 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: pavenis AT lanet DOT lv cc: djgpp-workers AT delorie DOT com Subject: Re: Long delays running SED under Win98SE In-Reply-To: <3C581048.299.106B51B@localhost> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Wed, 30 Jan 2002 pavenis AT lanet DOT lv wrote: > > > sed -n -e '/\.eh_frame/,/\.section/p' > It seems to be wildcard expansion problem at program startup before main() > is called. And what's new about that? Wildcard expansion is always called at startup time. > 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?