Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
X-Apparently-From: <earnie?boyd@yahoo.com>
Message-ID: <3B0E5389.6C9B5D7F@yahoo.com>
Date: Fri, 25 May 2001 08:43:53 -0400
From: Earnie Boyd <earnie_boyd@yahoo.com>
Reply-To: Cygwin Users <cygwin@cygwin.com>
X-Mailer: Mozilla 4.76 [en] (WinNT; U)
X-Accept-Language: en
MIME-Version: 1.0
To: Earl <egresh@kinzan.com>
CC: cygwin@cygwin.com
Subject: Re: Bash syntax with native NT commands
References: <6FDA67BB0ECDD411A6A6009027F6F6351C18A8@ews.kinzan.com>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Earl wrote:
> 
> Is there a general set of rules to describe how to quote properly bash
> syntax with regard to native NT commands and fileystem?
> 
> For example, I'm trying to get the NT command FIND to work within BASH:
> 

First, let me caution that there exists a UNIX style `find' executable
your /bin directory also.

> find /I "text" \\ server\c$\textfile.txt
> 

cmd /c find /I "text' \\\\server\\c$\\textfile.txt

> thanks for any help.
> 

Delighted,
-- 
Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

