PDA

View Full Version : Bug in geo-map.sh



slamer687
January 14th, 2007, 17:06
find ./temp -name '*36065.ZIP'| { while read zip; do

to

find ./temp -name '*.ZIP'| { while read zip; do
By Deniska
There is a bug on line 16.
Most of us can use wordpad or notepad to edit the numbers out.
This creates an unwanted special character (/r).
Here's how to delete it:
1. Open up Cygwin.
2. Go to the directory of the modified geo-map.sh.
3. Type in dos2unix geo-map.sh
4. After completed, try running the file now.
Done:thumbup:
-Thanks for the handy app Deniska :D

deniska
January 14th, 2007, 17:22
There is a bug on line 16.
Most of us can use wordpad or notepad to edit the numbers out.
This creates an unwanted special character (/r).
Here's how to delete it:
1. Open up Cygwin.
2. Go to the directory of the modified geo-map.sh.
3. Type in dos2unix geo-map.sh
4. After completed, try running the file now.
Done:thumbup:
-Thanks for the handy app Deniska :D

Cool..
BTW, in7ane is working on a user friendly version of a tool....so all these should not be a problem once the non-beta version is released...

slamer687
January 14th, 2007, 17:59
ok
just wanted to inform some people that are having problems.