From 0c347c9701af4595a68bb37eb7c69b5db2d452f8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 18 Dec 2019 19:16:14 -0500 Subject: WIP: Add statement filtering --- doc/serdi.1 | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/serdi.1') diff --git a/doc/serdi.1 b/doc/serdi.1 index fcd58535..b169347b 100644 --- a/doc/serdi.1 +++ b/doc/serdi.1 @@ -9,6 +9,7 @@ .Op Fl Cabefhlqv .Op Fl I Ar base .Op Fl c Ar prefix +.Op Fl g Ar pattern .Op Fl i Ar syntax .Op Fl k Ar bytes .Op Fl o Ar syntax @@ -95,6 +96,13 @@ If the model is enabled, then this writes the model quickly in sorted order. Note that doing so with TriG or Turtle may make the output ugly, since blank nodes will not be inlined. .Pp +.It Fl g Ar pattern +Filter statements that match +.Ar pattern +(like grep). +.Ar pattern +should be a single statement written in NTriples or NQuads. +.Pp .It Fl h Print the command line options. .Pp -- cgit v1.2.1