X-Spam-Check-By: sourceware.org Date: Sat, 27 May 2006 12:10:32 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Source C-code for shell (bash) that processes an asterisk as a special symbol Message-ID: <20060527161032.GA5068@trixie.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.11 Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On Fri, May 26, 2006 at 12:39:38PM +0300, Alex Vinokur wrote: >"Igor Peshansky" wrote in message news:Pine DOT GSO DOT 4 DOT 63 DOT 0605251358250 DOT 19906 AT access1 DOT cims DOT nyu DOT edu... >> On Thu, 25 May 2006, Alex Vinokur wrote: >> >> > We have mini-shell that doesn't process an asterisk '*' as a special >> > symbol. Is there any free source C-code on Cygwin that implements that >> > processing? >> >> If I understand your question correctly, there are at least 4 different >> sources for shells, plus various other programs (e.g., make). What you're >> looking for is called "wildcard processing". > >Is there any free source C-code on Cygwin that implements "wildcard processing"? Just the same function that exist on linux: glob(). cgf -- 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/