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 X-Authentication-Warning: slinky.cs.nyu.edu: pechtcha owned process doing -bs Date: Wed, 11 Sep 2002 00:04:38 -0400 (EDT) From: Igor Pechtchanski Reply-To: cygwin AT cygwin DOT com To: Bassim Karkachi cc: cygwin AT cygwin DOT com Subject: Re: Bridge between windows and Cygwin to use awk on windows files In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On Tue, 10 Sep 2002, Bassim Karkachi wrote: > Hi - > I'm beginner, I'm trying to set up a directory where I can find windows > files while using cygwin. I would like to be able to run some awk script on > windows created files. Any help or suggestion > Bassim You can already access all of your windows files with cygwin: - from within bash/tcsh/sh: $ cat /cygdrive/c/Temp/blah.txt | awk -e '...' or even $ cat `cygpath -u 'C:\Temp\blah.txt'` | awk -e '...' - from a dos prompt (you should have C:\cygwin\bin in your path): C:\> type C:\Temp\blah.txt | awk -e "..." Hope this helps. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu ZZZzz /,`.-'`' -. ;-;;,_ igor AT watson DOT ibm DOT com |,4- ) )-,_. ,\ ( `'-' Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! It took the computational power of three Commodore 64s to fly to the moon. It takes a 486 to run Windows 95. Something is wrong here. -- SC sig file -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/