File: tex23

package info (click to toggle)
eo-spell 3.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 952 kB
  • sloc: lisp: 2,789; sh: 179; makefile: 142; sed: 73; perl: 25; ansic: 16
file content (17 lines) | stat: -rwxr-xr-x 374 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
#@(#) tex23:  Translate the ^cirka^u \$1 file to ./novaj-vortoj.l3
export LC_ALL=C
sed -e 's/\^c//g; s/\^C//g' \
 -e 's/\^g//g; s/\^G//g' \
 -e 's/\^h//g' \
 -e 's/\^H//g' \
 -e 's/\^j//g' \
 -e 's/\^J//g' \
 -e 's/\^s//g' \
 -e 's/\^S//g' \
 -e 's/\^u//g' \
 -e 's/\^U//g' < $1 | sort -u > novaj-vortoj.l3

# Local variables:
# coding: latin-3
# end: