home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Il CD di internet
/
CD.iso
/
SOURCE
/
D
/
CLISP
/
CLISPSRC.TAR
/
clisp-1995-01-01
/
utils
/
charset
/
from-next
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-10-14
|
235 b
|
9 lines
#!/bin/sh
# Usage: from-next <next-file> <isolatin-file>
if test $# != 2; then
echo "Usage: ${CHARSETBINDIR}from-next <next-file> <isolatin-file>"
exit 1
fi
${CHARSETBINDIR}cv-fr-next < "$1" > "$2"
${CHARSETBINDIR}touchr "$1" "$2"