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.

How do I delete a message from a file?

Step-by-step guide

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.

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

This can also be done using the grib_filter (or bufr_filter) where a more complex condition can be entered.


Content by Label
showLabelsfalse
max5
spaces~usa
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "UDOC"
labelskb-how-to-article

...