X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
From: "Dave Korn" <dave.korn@artimi.com>
To: <cygwin@cygwin.com>
References: <13783411.post@talk.nabble.com>
Subject: RE: new user to cygwin
Date: Thu, 15 Nov 2007 22:39:26 -0000
Message-ID: <02fb01c827d8$61ecfec0$2e08a8c0@CAM.ARTIMI.COM>
MIME-Version: 1.0
Content-Type: text/plain; 	charset="US-ASCII"
Content-Transfer-Encoding: 7bit
X-Mailer: Microsoft Office Outlook 11
In-Reply-To: <13783411.post@talk.nabble.com>
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On 15 November 2007 22:33, dmilli wrote:

> I've been typing the following:
> 
> FindDataRights.dat c:/filename I want the script to look through
> 
> We see the following happening on the screen:
> Scanning for Classified content
> Scanning for licensed content
> Scanning for unique copyrights
> Scanning for GPR markings
> 
> Shouldn't we also see a list of what was found?

  Maybe your script doesn't like windows-style filenames.  Cygwin provides
posix-style paths using the /cygdrive/<driveletter> prefix.  Try

FindDataRights.dat /cygdrive/c/filename 

  Read 

http://cygwin.com/cygwin-ug-net/highlights.html#ov-hi-files
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
http://cygwin.com/cygwin-ug-net/using-utils.html#cygpath

to get started.  (Then read the rest of the user guide!)

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....


--
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/

