summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorroot <root@krebs>2011-06-03 20:03:56 +0200
committerroot <root@krebs>2011-06-03 20:03:56 +0200
commit67fc7ff0aed64f05b4411c3e88d39702b1d66e36 (patch)
tree981b4393ec5850e905f34ae660bfaafbd48ee631 /doc
parent172d3851548a2509cb7f2896310fb821898f69be (diff)
cookbook/reducer: tr upper to lower
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/cookbook/reducer.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cookbook/reducer.sh b/doc/cookbook/reducer.sh
index 70ffff1d..fa3d4e3d 100755
--- a/doc/cookbook/reducer.sh
+++ b/doc/cookbook/reducer.sh
@@ -1,5 +1,7 @@
#! /bin/sh
# TODO tolower
+tr '[:upper:]' '[:lower:]' |
sed -r '
s/\<dosen?//g
+ s/mark//g
'