delorie.com/archives/browse.cgi | search |
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:mime-version:in-reply-to:references:date | |
:message-id:subject:from:to:content-type; q=dns; s=default; b=Ts | |
2P1r55H92X77egseTckBGts+CwrChrwotfKjr6vBPw3V6GkGyR2Gc5anM2CYTK20 | |
riyMCW0SvD8eCsUhH+chY+qlLw+rNomoubVfxXemLsNNALn8+KgcjhkzaxfksSFP | |
9UtUrhaoOluv2XDrvyLXzbAAAaMSHjHGqbyEbGgnw= | |
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:mime-version:in-reply-to:references:date | |
:message-id:subject:from:to:content-type; s=default; bh=U3nRJ6Tg | |
e07Eo0lgKZ+IPGtbSkQ=; b=MWC9oygsJ3hMoclgfN6m7C9CQMdmTW4atc/4s0Q7 | |
17wtlBS1uBuIgzj/iP0JypT6uAI28J0oG/PPx4IoNleFy4F06EEr8OphYBlXixXN | |
qgKbdnIfBqjVjps7dvXSzepAG93fACajCQe18BgDBA10Y8S7sJ/1pZRjxeVAk2PW | |
yTo= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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.7 required=5.0 tests=AWL,BAYES_20,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 |
X-HELO: | mail-lb0-f181.google.com |
MIME-Version: | 1.0 |
X-Received: | by 10.112.137.34 with SMTP id qf2mr10189871lbb.35.1448272293115; Mon, 23 Nov 2015 01:51:33 -0800 (PST) |
In-Reply-To: | <5652D4DE.8060206@gmail.com> |
References: | <CAE3taFBySrYf7=ZCadpe=dZtZaXmhhf5RnYtmndUd1eGa1x6XQ AT mail DOT gmail DOT com> <5652D4DE DOT 8060206 AT gmail DOT com> |
Date: | Mon, 23 Nov 2015 09:51:33 +0000 |
Message-ID: | <CAE3taFBqKEesOj1md6N5u6=3ghFrA-yDuRsBbQTPGinch1BCjQ@mail.gmail.com> |
Subject: | Re: Data file access on different path (drive) |
From: | Lester Anderson <arctica1963 AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
X-IsSubscribed: | yes |
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" # Also tried # ruta_elev="Q:/geophys/Potential-field datasets/Topography/topo_17.1.img" # ruta_grav="Q:/geophys/Potential-field datasets/Gravity/grav.img.23.1" lon_min=-12 lon_max=0 lat_min=28 lat_max=39 img2grd $ruta_elev -V -T1 -R$lon_min/$lon_max/$lat_min/$lat_max -S1 -Gelev.grd -m1 img2grd $ruta_grav -T1 -V -R$lon_min/$lon_max/$lat_min/$lat_max -S0.1 -GFA.grd -m1 So pointing to the correct dataset location (from the script location eg c:/gmt_scripta/test) and it still does not work. $ bash test4.sh -12 0 28 39 img2grd: Error for input file: No such file (Q:/geophys/Potential-field) <- does not recognise the path with space (or filename) yet can cd to this location - see below! img2grd: Syntax error: Must specify input imgfile name. img2grd: Syntax error: More than one world image file name given. img2grd: Error for input file: No such file (Q:/geophys/Potential-field) img2grd: Syntax error: Must specify input imgfile name. img2grd: Syntax error: More than one world image file name given. Tested cd to directories: $ cd "cygdrive/q/geophys/Potential-field datasets/Topography" -bash: cd: cygdrive/q/geophys/Potential-field datasets/Topography: No such file or directory $ cd "cygdrive/q/geophys/Potential-field datasets/Topography/" -bash: cd: cygdrive/q/geophys/Potential-field datasets/Topography/: No such file or directory However this works: $ cd "q:/geophys/Potential-field datasets/Topography/" $ pwd /cygdrive/q/geophys/Potential-field datasets/Topography $ cd "q:/geophys/Potential-field datasets/gravity/" $ pwd /cygdrive/q/geophys/Potential-field datasets/gravity At a loss as to how this works. Lester On 23 November 2015 at 08:57, Marco Atzeri <marco DOT atzeri AT gmail DOT com> wrote: > > > On 23/11/2015 09:54, Lester Anderson wrote: >> >> Hello, >> >> I am fairly new to using Cygwin, so hope that this query is not too >> simplistic. >> >> I have a bash script that integrates a lot of GMT commands and also >> calls a Fortran program to generate a map output. Now the problem is >> how to get the script/Cygwin to access two data files on a different >> drive (Q:) to the script location (C:/test). >> >> In addition, it also needs to run a Fortran program, so not sure how that >> works. >> >> The data read front looks like this (the parts that are problematic): >> >> >> ruta_elev="Q:/geophys/Potential-field datasets/Topography/topo_17.1.img" >> ruta_grav="Q:/geophys/Potential-field datasets/Gravity/grav.img.23.1" > > > Try: > > ruta_grav="cygdrive/q/geophys/Potential-field datasets/Gravity/grav.img.23 > > and > /cygdrive/c/test > >> img2grd $ruta_elev -V -T1 >> -R$lon_e_min/$lon_e_max/$lat_e_min/$lat_e_max -S1 -Gelev.grd -m1 >> img2grd $ruta_grav -T1 -V >> -R$lon_e_min/$lon_e_max/$lat_e_min/$lat_e_max -S0.1 -GFA.grd -m1 >> .... etc >> #Call FA2Boug (Fortran) program to calculate Bouguer anomaly >> time ./FA2Boug_final >> ... etc >> >> I have not so far managed to get the script to access the data files >> and thus the rest of the script does not work. >> Although one can cd to the location with the " " method (it has a >> space in the folder name). >> >> $ cd "Q:/geophys/Potential-field datasets/Topography/" >> /cygdrive/q/geophys/Potential-field datasets/Topography >> >> The issue seems to be that $ruta_elev (for example) points to the file >> topo_17.1.img but does not seem to assign the name when pointing to a >> different drive. I am sure it would work with the files in the same >> directory, but these are large! >> >> Any pointers on how this should work would be helpful. >> >> Lester >> >> -- >> 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 >> > > -- > 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 > -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |