NOAA-PMEL / Ferret

The Ferret program from NOAA/PMEL
https://ferret.pmel.noaa.gov/Ferret/
The Unlicense
55 stars 21 forks source link

LIST/APPEND wipes out the file rather than appending to it #220

Closed karlmsmith closed 6 years ago

karlmsmith commented 6 years ago

Reported by @AnsleyManke on 19 Sep 2002 17:59 UTC Bug report from Paul Kushner 19-Sep-2002. Occurs on their Origin, not under Linux or Solaris.

!print out the number 1 list 1 !print out the number 2 list 2

!remove the file eg.txt. "sp" spawns a shell command sp rm eg.txt !list the number 1 to eg.txt list/file="eg.txt" 1 !append the number 2 to eg.txt list/file="eg.txt"/append 2 !cat the file sp cat eg.txt

Migrated-From: http://dunkel.pmel.noaa.gov/trac/ferret/ticket/445

karlmsmith commented 6 years ago

Comment by kevin-obrien on 4 Oct 2002 20:25 UTC Fixed 10/2/02 - kob Turned out that an old -D flag wasn't necessary w/ the new Fortran 90 compiler or w/ the new IRIX os.