DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦99bcfd3d5⟧ TextFile

    Length: 2215 (0x8a7)
    Types: TextFile
    Notes: UNIX file
    Names: »updict«

Derivation

└─⟦c93a30372⟧ Bits:30004169/disk3.imd Uniplex II+ V.6 release 1.0 (dansk)
└─⟦c93a30372⟧ UNIX Filesystem
    └─⟦this⟧ »up/new/usr/UAP/ufill/ubld/updict« 

TextFile

#help
  OPDATER ORDLISTER

  Tryk <MELLEMRUM> for at v▶91◀lge enten:

  Personlig supplerende                 For at opdatere din personlige
                                        supplerende ordliste (suppdic) i
                                        dit eget UAP katalog.

  Generel supplerende                   For at opdatere systemets
                                        generelle supplerende ordliste
                                        (suppdic) i det generelle UAP
                                        katalog.
))


:II+ COMPILED

:TITLE
O P D A T E R   O R D L I S T E R

:SCREEN 
screen lines :	6
1	5	1	Med denne funktion kan man opdatere en angivet ordliste med de ord, der
1	6	1	er markeret med (+) under stavekontrol af tekstbehandlingsopgaver.
1	8	1	▶1b◀[DAAAAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAF
1	9	1	▶1b◀[B▶1b◀                          ▶1b◀[B▶1b◀                                                ▶1b◀[B
1	10	1	▶1b◀[B▶1b◀  Ordliste til opdatering ▶1b◀[B▶1b◀                                                ▶1b◀[B
1	11	1	▶1b◀[B▶1b◀                          ▶1b◀[B▶1b◀                                                ▶1b◀[B
1	12	1	▶1b◀[JAAAAAAAAAAAAAAAAAAAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH

:LABELS
Label lines :	0
i	labx	 laby	 lpage	 llen	 itype	 itbnum	 iprompt	 idefval	 label	 width
CHARS:	charset	 reply	 prompt	 wrap
DEC  :	dec_pl	 min	max
DATES:No output
0	30	10	1	27	C	0	Tryk <MELLEMRUM> for at v▶91◀lge		DICTIONARY	0
CHAR	 	Personlig supplerende!Generel supplerende	0	-1

:MAPS
Map lines :	-1
i	type	label	compar	data	map to

:COMMANDS
Hold	pause	clear	reset:
0	0	0	0
Command:	22
WORDS=$HOME/addtodict
if test ! -f $WORDS; then
   echo "Fil findes ikke: \"$WORDS\"
"
   exit 1
fi
case "$(DICTIONARY)" in
    "Personlig "* ) DIR=$HOME/UAP;;
               ?* ) DIR=$Uniplex;;
esac
( : Create dictionary directories, and language files, if necessary
   mkdir $DIR $DIR/dict
   updict -l $Uniplex/dict/english.lng -d $DIR/dict/supdicc
   chmod 666 $DIR/dict/supdicc.cmp
) >/dev/null 2>&1
if ( >> $DIR/dict/supdicc ) >/dev/null 2>&1; then :
else
   echo "Kan ikke skrive $(DICTIONARY) ordliste (\"$DIR/dict/supdicc\")
"
   exit 1
fi
updict -a $WORDS -d "$DIR/dict/supdicc"
exit 0

:END