diff options
author | tv <tv@nomic.retiolum> | 2013-09-02 16:35:33 +0200 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-09-02 16:35:33 +0200 |
commit | 66348d1a0399501ca354e09101ff981c370f20fb (patch) | |
tree | 4314de5d910c5633f8d8cdb18d71a755bb98be62 /util | |
parent | 0e0be4892ca1ab6af60e1e2067b098b98e8de466 (diff) |
util bin dic: remove cruft
Diffstat (limited to 'util')
-rwxr-xr-x | util/bin/dic | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/util/bin/dic b/util/bin/dic index d9f0a77f..aceee6e6 100755 --- a/util/bin/dic +++ b/util/bin/dic @@ -66,19 +66,3 @@ simplify() { } main "$@" -exit - - #s|<repr>\([^<]\|<[^/]\|</[^r]\|</r[^e]\|</re[^p]\|</rep[^r]\|</repr[^>]\)*</repr>|\nREPR: &\n|g - #s/<xml[^>]*>//g - #s/<[^>]*>//g -| { - IFS="`printf '\t'`" - while read a b; do - printf '%30s %-30s\n' "$a" "$b" - done -} -} -#| tr -d \\n | -#tr \\n -#s/^REPR: /en:/; -#s/^REPR: /de:/; |