author | Tim L <lebot@rpi.edu> |
Mon, 23 Jul 2012 10:33:47 -0400 | |
changeset 4240 | 100962427792 |
parent 4239 | d1f6d376af96 |
child 4241 | 9fa1bac54035 |
examples/eg-24-prov-o-html-examples/rdf/create/check-widths.sh |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/examples/eg-24-prov-o-html-examples/rdf/create/check-widths.sh Mon Jul 23 10:33:47 2012 -0400 @@ -0,0 +1,5 @@ +# Usage: +# cd rdf/ +# source ../check-widths.sh + +for ttl in *.ttl; do cat $ttl | awk -v file=$ttl '{print length($0),file}'; done | sort -n