Skip to content
Snippets Groups Projects
Commit 70bfa557 authored by Andreas Schärtl's avatar Andreas Schärtl
Browse files

add extract-iris.sh

parent e2687d3a
Branches
No related tags found
No related merge requests found
#! /bin/sh
# extract iris from rdf files passed on stdin; really it just returns all
# quoted strings
set -eu
grep -P -o '".*"' | sed 's/"//g'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment