X-Spam-Check-By: sourceware.org Message-ID: <453F99D6.3040608@wi.rr.com> Date: Wed, 25 Oct 2006 12:07:34 -0500 From: Joey Officer User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: cygwin out of sync with version? References: <453F74AC DOT 4060304 AT wi DOT rr DOT com> <453F9465 DOT EE37B4B7 AT dessent DOT net> In-Reply-To: <453F9465.EE37B4B7@dessent.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I can certainly update the script, and will let you know how it runs... Thanks for the input, joey Brian Dessent wrote: > Joey Officer wrote: > > >> for i in $( ls *.gz ); do >> > > This needlessly forks a subshell process and a /bin/ls process for no > apparent reason. For better performance and readability just let the > shell do the globbing: > > for i in *.gz; do > > Brian > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/