Versions Compared

Key

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

...

Excerpt
hiddentrue

Say you want to copy the first 3 messages. This can be done with:

% grib_copy -w count=1/2/3 in.grib out.grib

Step-by-step guide

Say you want to copy the first 3 messages. This can be done with:

...

Code Block
languagebash
if (count == 3 || count == 13) {
  write;  # Write out message 3 and 13 only
}



Content by Label
showLabelsfalse
max5
spaces~usa
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ("kb-how-to-article","eccodes-faqs","grib","grib_copy","clone","grib_filter") and label in ("grib","grib_copy","grib_filter") and type = "page" and space = "UDOC"
labelskb-how-to-article

...