Strabon

view scripts/printNTriples @ 973:fd5c334c7fa8

Almost finished the test. Final check with the existing results need to be done.
author Panayiotis Smeros <psmeros@di.uoa.gr>
date Wed Apr 03 20:19:14 2013 +0300 (2013-04-03)
parents 8863c960e1f0
children
line source
1 #! /bin/bash
3 input=$1
5 if [ "$input" == "" ]; then
6 echo "give database name"
7 exit -1
8 fi
10 fgrep '[s=' $input \
11 | sed 's/\[s=\(.*\);o=\(.*\);p=\(.*\)\]/\1 \3 \2;/g' \
12 | sed 's/\(http:\/\/[^ >]*\)\([ ;]\)/<\1>\2/g' \
13 | sed 's/;/./g'