new-words

view en.sh @ 19:416394a87d9f

minifix
author Igor Chubin <igor@chub.in>
date Tue Apr 20 21:15:19 2010 +0400 (2010-04-20)
parents
children 46e987f4636d
line source
1 #!/bin/sh
3 (
4 dict -h dictd.xdsl.by -d mueller24 "$@"
5 if [ -e "$ORIGINAL_TEXT" ]
6 then
7 echo . . . . . . . . . . . . . . . . . . . . . . . . . ; echo
8 grep-sentences "$*" "$ORIGINAL_TEXT"
9 fi
10 ) | less -p "$*"