From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4493 invoked by alias); 8 Sep 2003 08:14:40 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 4483 invoked from network); 8 Sep 2003 08:14:40 -0000 Received: from unknown (HELO booch.minidns.net) (67.160.219.187) by sources.redhat.com with SMTP; 8 Sep 2003 08:14:40 -0000 Received: from [127.0.0.1] (helo=dessent.net) by booch.minidns.net with esmtp (Exim 4.20) id HKVYWF-0001E4-13 for cygwin@cygwin.com; Mon, 08 Sep 2003 01:14:39 -0700 Message-ID: <3F5C3A6E.F8E45AB3@dessent.net> Date: Mon, 08 Sep 2003 08:14:00 -0000 From: Brian Dessent Organization: My own little world... X-Accept-Language: en,en-US MIME-Version: 1.0 To: cygwin@cygwin.com Subject: Re: Marvelous CYGWIN References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2003-09/txt/msg00501.txt.bz2 zzapper wrote: > 1) Although I have the following setting in my .profile & .bashrc it > is apparently ignored:- > > set completion-ignore-case on This goes in $HOME/.inputrc since it's a GNU readline parameter, not a shell setting. > The following alias causes the shell to exit if there are two many > files x*, can I set more memory is there a workaround? (or should I be > using XARGS? > > alias vewx='gvim.exe `l\s -t c:/aaa/x* | head -1 ` &' I can't reproduce that, what do you mean it exits? Your shell window closes? Do these files that match the glob have spaces or any other weird characters? 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/