Versions Compared

Key

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

...

Excerpt
hiddentrue

No. You can read the filter rules directly from the standard input (stdin) by using the "-" (a single hyphen) instead of the rules file path.  For example

Info


No. You can read the filter rules directly from the standard input (stdin) by using the "-" (a single hyphen) instead of the rules file path.  For example:

Code Block
% echo 'set edition=2; print "[centre]"; write;' | grib_filter -o out.grib - in.grib


Or like this:

Code Block
% grib_filter -o out.grib - in.grib <<EOF
set edition=2;
print "[centre]";
write;
EOF

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

...