txtkon=/alib/st/konverter
file=$1
owner=`/bin/echo \`ls -l $file\` | /usr/bin/cut -f3 -d" "`
group=`/bin/echo \`ls -l $file\` | /usr/bin/cut -f4 -d" "`
argfile=`/bin/echo $file | /bin/sed 's/\.k$//'`
$txtkon $argfile
newfile=$argfile'.T'
: /bin/echo 'Ny tekst: '$newfile $group $owner
/bin/chgrp $group $newfile 2>/dev/null
/bin/chown $owner $newfile 2>/dev/null
: 14.11.86/jes.
: Dette scrip er en procedure til scriptet 'tkon'.
:
: end of text.
