Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Excerpt
hiddentrue

The tools never change the input file(s). You have to create a new one without the offending message and then do a rename. E.g.

Step-by-step guide

The tools never change the input file(s). You have to create a new one file without the offending message and then do a rename. E.g.,

Code Block
languagebash
# Delete the fifth message in the file orig.grib (count = 5)
% grib_copy -w "count!=5" orig.grib temp
% mv temp orig.grib

...