From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80961 invoked by alias); 23 Nov 2015 09:59:05 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 80951 invoked by uid 89); 23 Nov 2015 09:59:04 -0000 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 Received: from mail-wm0-f53.google.com (HELO mail-wm0-f53.google.com) (74.125.82.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Mon, 23 Nov 2015 09:59:03 +0000 Received: by wmec201 with SMTP id c201so152036610wme.0 for ; Mon, 23 Nov 2015 01:59:00 -0800 (PST) X-Received: by 10.28.57.215 with SMTP id g206mr18462308wma.82.1448272740021; Mon, 23 Nov 2015 01:59:00 -0800 (PST) Received: from [172.21.188.140] ([149.6.156.42]) by smtp.googlemail.com with ESMTPSA id u185sm12359842wmu.19.2015.11.23.01.58.59 for (version=TLSv1/SSLv3 cipher=OTHER); Mon, 23 Nov 2015 01:58:59 -0800 (PST) Subject: Re: Data file access on different path (drive) To: cygwin@cygwin.com References: <5652D4DE.8060206@gmail.com> From: Marco Atzeri Message-ID: <5652E35B.8090006@gmail.com> Date: Mon, 23 Nov 2015 09:59:00 -0000 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 X-SW-Source: 2015-11/txt/msg00334.txt.bz2 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