Re: Basic Terragear / bash problem
"Frederic Bouvier" <[email protected]>
| Newsgroups | gmane.games.flightgear.terragear.devel |
|---|---|
| Message-ID | <002501c3c533$fc7a8e00$d87b3551@ninja> |
Curtis L. Olson wrote: > Frederic Bouvier writes: > > David Luff wrote: > > > David Luff writes: > > > > > > > I'm having great trouble getting hgtchop to work on multiple files, > > probably due to my almost complete ignorance of bash syntax. I'm trying... > > > > > > > > for $i in N*.hgt.zip do; > > > > > > In fact I'm trying > > > > > > for i in N*.hgt.zip do; > > > hgtchop 3 $i work > > > done > > > > > > but the original error and question still stands... > > > > I think you must unzip the files first. > > hgtchop should be able to unzip the files on the fly ... Thanks for the info. I hadn't unzip in my cygwin setup so it failed and I erroneously concluded it was unable to do that. -Fred