Parent: [183e01] (diff)

Child: [85426a] (diff)

Download this file

koi8r.sh    15 lines (10 with data), 314 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#!/bin/sh
topdir=`dirname $0`/..
. $topdir/shared.sh
initvariables $0
# The question is utf-8. As recollq will use the locale to translate the cmd
# line, need an utf-8 locale
export LANG=uk_UA.UTF-8
recollq 'внешнии' > $mystdout 2> $mystderr
diff -w ${myname}.txt $mystdout > $mydiffs 2>&1
checkresult