delorie.com/archives/browse.cgi | search |
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 <eliz AT is DOT elta DOT co DOT il> |
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: | <Pine.SUN.3.91.1020130154004.17919T@is> |
MIME-Version: | 1.0 |
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 |
On Wed, 30 Jan 2002 pavenis AT lanet DOT lv wrote: > > > sed -n -e '/\.eh_frame/,/\.section/p' <foo.s > > 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?
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |