X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=cX9f2Pi7/rZHEp33 iW1HWjp/5I/yZB+cHqQEGK0ibcDvD+Mh2ks/VVtDbZqYdoico1Fdy3YaztdFdwnQ oaboVeuxhbVweKbh8T0U6DYV9YylrQB1UpfaZRliFj3Db3cvwoOMHoetSCxCAwYU 1Y2EjJd8lsts1K/tj0xiFO4vVfc= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=6UCPC3NW/+3DXkEcjaMuTp cE9Ms=; b=ymXmTIbfUQiyYaluv9E08w8w7eNi7mP1VJ3tlKkBqUBWcpELaRwTwE 0H95IgCmbhL7KvzUADOaus7zvKV3xp+EPRciNq7NlrfHnygnUBNm8iqPTxej6K8F +gr+FqJcW+rad50/8EgwJ6T6H2mLEDpWYYuNULgS6/QB9vJe04dk0= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-wm0-f53.google.com X-Received: by 10.28.57.215 with SMTP id g206mr18462308wma.82.1448272740021; Mon, 23 Nov 2015 01:59:00 -0800 (PST) Subject: Re: Data file access on different path (drive) To: cygwin AT cygwin DOT com References: <5652D4DE DOT 8060206 AT gmail DOT com> From: Marco Atzeri Message-ID: <5652E35B.8090006@gmail.com> Date: Mon, 23 Nov 2015 10:58:51 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 23/11/2015 10:51, Lester Anderson wrote: > Hello, > > I tried a very basic script to test this: > > #!/bin/bash > ruta_elev="cygdrive/q/geophys/Potential-field datasets/Topography/topo_17.1.img" > ruta_grav="cygdrive/q/geophys/Potential-field datasets/Gravity/grav.img.23.1" sorry typo "/cygdrive/q.." you need the leading "/" -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple