Versions Compared

Key

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

...

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

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

...

Then run this as follows:

Code Block
$% grib_filter -o out.grib my.filter in.grib

...