This file is indexed.

/usr/share/dictd/freedict-eng-rom.index is in dict-freedict-eng-rom 2014.10.22-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
00databasealphabet	H4n	c
00databasedictfmt1121	B	b
00databaseinfo	c	fo
00databaseshort	gE	w
00databaseurl	H4f	I
00databaseutf8	A	B
abort	g0	m
abstract	ha	T
accelerator	ht	Z
accept	iG	i
access	io	o
account	jQ	O
activate	js	j
active	je	O
active matrix display	kP	BB
actor	lQ	N
adaptive routing	ld	k
add	mB	g
additional	mh	Y
address	m5	R
address book	nK	W
aditive inverse	ng	i
adjust	oC	h
administration	oj	d
aggregate	pA	T
aggregate bandwidth	pT	y
alarm	qF	P
alias	qU	N
align	qh	Q
allow	qx	f
alpha	rQ	M
alpha channel	rc	a
amplitude modulation	r2	v
analog	sl	P
analysis	s0	T
anchor	tH	Q
and	tX	J
animation	tg	V
anonymous	t1	S
answer mode	uH	d
antialiasing	uk	b
appearance	u/	T
append	vS	j
applet	v1	e
application	wT	Y
application launcher	wr	t
apply	xY	g
arc	x4	J
archive	yB	h
archive file	yi	W
argument	y4	T
array	zL	d
arrow key	zo	c
article	0E	R
ascending	0V	W
aspect ratio	0r	Z
asserted signal	1E	h
asynchronous	1l	X
attach	18	Q
attachment	2M	T
attribute	2f	T
audio	2y	N
authentication	2/	e
author	3d	O
autofill	3r	c
availability	4H	e
average	4l	P
axis	40	L
baby feeding algorithm	4/	7
background	56	T
backup	6N	d
backward	6q	S
backward compatibility	68	BB
balance	79	w
band gap	DAV	d
bandwidth	8t	e
base	9L	M
basic	9X	j
batch	96	L
batch system	+F	t
benchmark	+y	h
best fit algorithm	/T	5
beta	BAM	L
big endian	BAX	o
binary	BA/	O
bind	BBN	f
binding	BBs	k
binomial distribution	BCQ	v
bit	BC/	J
bitmap	BDI	n
blank	BDv	Y
blink	BEH	R
blocked	BFN	Q
blocklevel parallelism	BEY	1
blur	BFd	r
body	BGI	L
bold	BGT	v
bookmark	BHC	Y
boolean	BHa	s
bottleneck	BIG	1
bottom	BI7	O
bound	BJJ	g
box	BJp	o
branch	BKR	l
branch history shift register	BK2	BU
bricks	BMK	T
browse	BMd	v
browser	BNM	T
buffer	BNf	X
bug	BN2	y
build	BOo	b
built in	BPD	Q
bundle	BPT	4
bus	BQL	g
busy	BQr	N
button	BQ4	O
byte	BRG	M
c	BRS	s
cache	BR+	3
calculator	BS1	X
calendar	BTM	i
call	BTu	o
callback	BUW	g
cancel	BU2	S
canvas	BVI	4
capability	BWA	r
caption	BWr	s
card	BXX	CC
caret	BZZ	S
case insensitive	BZr	v
case sensitive	Baa	r
categorie	BbF	V
cd	Bba	R
cell	Bbr	O
cellular	Bb5	S
center	BcL	e
channel	Bcp	P
character set	Bc4	g
chat	BdY	k
check	Bd8	h
child	Bed	N
chooser	Beq	S
class	Be8	O
classification	BfK	c
clear	Bfm	h
click	BgH	5
clipboard	BhA	W
close	BhW	h
cluster	Bh3	j
code	Bia	Z
coefficient	Biz	Y
collaboration	BjL	a
collapse	Bjl	w
collate	BkV	P
collision	Bkk	U
colormap	Bk4	b
command	BlT	f
command line	Bly	g
command line options	BmS	0
common properties	BnG	o
compare	Bnu	T
compliant	BoB	W
computer	BoX	l
concatenate	Bo8	b
condition	BpX	V
conduit	Bps	T
confidential	Bp/	c
configuration	Bqb	d
confirm	Bq4	U
confirmation	BrM	Z
connect	Brl	T
connection	Br4	W
constraint	BsO	t
content	Bs7	T
continue	BtO	k
control	Bty	R
controller	BuD	W
conversion	BuZ	W
cookie	Buv	P
copy	Bu+	P
copyright	BvN	a
correlation	Bvn	Y
corrupt	Bv/	f
cost	Bwe	L
cought	Bwp	k
count	BxN	S
covariance	Bxf	Y
cpu	Bx3	O
crash	ByF	P
create	ByU	P
credits	Byj	w
critical error	BzT	g
crop	Bzz	e
cumulative	B0R	W
current	B0n	Q
cursor	B03	P
curve	B1G	O
custom	B1t	V
customize	B1U	Z
cut	B2C	Q
cyan	B2S	N
daemon	B2f	O
data	B2t	f
database	B3M	Y
deadlock	B3k	x
debug	B4V	g
decimal	B41	R
decrease	B5G	k
default	B5q	S
delete	B58	h
deny	B6d	f
dependence	B68	Z
deploy	B7V	r
deprecated	B8A	W
derived	B8W	R
descending sort	B8n	q
destination	B9R	Z
destroy	B9q	m
detection	B+Q	r
develop	B+7	BY
device	CAT	T
diagonal	CAm	V
diagram	CA7	T
dial	CBO	e
digit	CBs	O
dimension	CB6	W
direction	CCQ	V
directory	CCl	U
disable	CC5	o
discard	CDh	g
disclaimer	CEB	Bb
disconnect	CFc	Y
disconnecting	CF0	a
discrete	CGO	S
disk	CGg	L
dismiss	CGr	BR
display	CH8	h
dissipation	CId	4
distribute	CJV	Y
dithering	CJt	j
division by zero	CKQ	n
dock	CK3	n
document	CLe	T
domain	CLx	Q
done	CMB	L
dot	CMM	L
download	CMX	p
downstream	CNA	n
draft	COQ	P
drag and drop	CNn	p
drawer	COf	P
drawing area	COu	e
drive	CPM	t
driver	CP5	O
drop	CQH	Y
druid	CQf	N
dumb terminal	CQs	i
duplicate	CRO	V
dynamic	CRj	R
echo	CSp	L
edge	CS0	O
edit	CTC	R
effects	CTT	Q
eject	CTj	Q
electronic mail	CTz	+
email	CR0	1
email	CUx	0
embedded	CVl	o
embossed	CWN	T
emulate	CWg	g
enable	CXA	v
encapsulated postscript	CXv	w
encoding	CYf	g
engineering	CY/	X
enhance	CZW	x
entity	CaH	h
environment variable	Cao	s
equation	CbU	T
error	Cbn	O
escape	Cb1	2
ethernet	Ccr	x
event	Cdc	R
exception	Cdt	V
exclusive or	CeC	b
executable file	Ced	k
execute	CfB	z
exit	Cf0	O
expand	CgC	W
expanded memory	CgY	k
expected location	Cg8	n
explicit state	Chj	g
exponential notation	CiD	u
export	Cix	g
expression	CjR	V
expunge	Cjm	T
extension	Cj5	U
extract	CkN	T
fail	Ckg	b
fallback	Ck7	h
faq	Clc	b
favorite	Cl3	S
fax	CmJ	J
feature	CmS	U
feedback	Cmm	l
field	CnL	N
file	CnY	O
file transfer protocol	C9x	5
filename	Cnm	a
filesystem	CoA	f
fill	Cof	g
filter	Co/	P
find	CpO	f
firewall	Cpt	T
flag	CqA	d
float	Cqd	2
floppy	CrT	S
flow analysis	Crl	j
flowchart	CsI	BC
focus	Ctf	k
folder	CuD	e
font	Cuh	t
footer	CvO	P
forecast	Cvd	V
foreground	Cvy	W
fork	CwI	j
form	Cwr	p
format	CxU	P
formula	Cxj	S
forward	Cx1	S
fourier analysis	CyH	j
fraction	Cyq	T
frame	Cy9	a
framerate	CtK	V
free software	CzX	FY
free software foundation	C4v	6
freeware	C6O	Cm
frequency	C80	X
fsf	C5p	l
ftp	C9L	m
full pathname	C+q	e
function	C/I	T
gamma	C/b	g
gap	C/7	a
garbage collector	DAy	BB
gateway	DBz	g
geometry	DCT	U
get	DCn	s
getting started	DDT	2
glitch	DEJ	R
glob	DEp	Bc
global	DEa	P
go	DGF	K
grab	DGP	O
gradient	DGd	R
graph	DGu	O
graphical user interface	DG8	BB
grayscale	DIp	Z
grid	DJC	b
group	DJd	M
gui	DH9	s
guide	DJp	b
gutter	DKE	e
halt	DKi	N
handle	DKv	S
handler	DLB	U
handshake	DLV	g
hard	DMF	L
hard disk	DL1	Q
hardware	DMQ	BO
header	DNe	O
heap	DQ8	j
hello world	DNs	DD
help	DQv	N
hex	DRf	f
hidden file	DR+	c
hide	DSa	V
hierachy	DSv	T
highlight	DTC	Y
hint	DTa	P
histogram	DUE	X
history	DUb	g
home	DU7	N
home directory	DVI	3
home page	DV/	e
homogeneous environment	DWd	m
host	DXD	N
hostname	DXQ	Z
hot key	DXp	a
hot link	DYD	f
hot spot	DYi	a
housekeeping	DY8	c
html	DZY	q
http	DbB	s
hue	Dcw	c
hyperlink	DTp	b
hypertext markup language	DaC	/
hypertext transfer protocol	Dbt	BD
icon	De7	h
id	Dfc	S
identifier	Dfu	a
idle	DgI	BZ
illegal	Dhh	Q
image	Dhx	P
implementation	DiA	BU
import	DjU	g
inactive window	Dj0	l
inch	DkZ	L
increase	Dkk	u
increment	DlS	7
incremental update	DmN	Bx
indent	Dn+	l
index	Doj	b
indicator	Do+	V
information	DpT	Z
initialization	Dps	a
input	DqG	f
inputoutput	Ddm	j
insertion	Dql	n
insertion point	DrM	j
install	Drv	T
installation kit	D4k	m
interaction	DsC	b
intercept	Dsd	s
interface	DtJ	X
internal bug	Dtg	h
internal error	DuB	g
international	Duh	e
internet	Du/	T
interrupt	DvS	Y
intersect	Dvq	s
interval	DwW	T
intuitive	Dwp	U
invalid	Dw9	R
invert	DxO	S
invert selection	Dxg	o
invisible	DyI	V
io	DdM	a
io subsystem	DeJ	y
ip address	Dyd	X
italic	Dy0	d
item	DzR	O
job	Dzf	d
justify	Dz8	4
kernel	D00	P
key	D1D	Z
keyboard	D1c	V
keyword	D1x	X
kill	D2I	P
kilobyte	D2X	B2
kit	D4N	X
label	D5K	R
lambda	D5b	P
landscape	D5q	1
language	D6f	f
laptop	D6+	q
latency	D7o	T
launch icon	D77	k
launcher	D8f	T
layer	D8y	N
layout	D8/	j
legacy	D9i	S
legacy application	D+U	r
legacy system	D90	g
legal	D+/	Bd
length	EAc	Q
letter	EAs	Bu
library	ECa	V
license agreement	ECv	Bz
limit	EEi	P
line	EEx	M
line arguments	EE9	y
linear transfer	EFv	h
link	EGQ	m
load	EG2	5
local	EHv	N
location	EH8	T
lock	EIP	d
log	EIs	M
logical	EI4	k
logo	EJc	d
look	EJ5	c
look and feel	ELA	W
lookup	EKV	R
loop	EKm	a
magenta	EOb	S
mail	ELW	O
mail client	ELk	r
mail server	EMP	s
mailbox	EM7	Z
main body	ENU	y
mainframe	EOG	V
man page	EOt	c
manager	EPJ	m
manual	EPv	P
manual page	EP+	f
margin	EQd	Q
mark	EQt	Z
markup	ERG	Q
markup language	ERW	j
matching	ER5	u
maximum transmission unit	EeY	5
mdi	ESn	n
media	EUN	N
media type	EUa	Z
median	EUz	O
meeting	EVB	V
memory	EVW	Q
menu	EVm	M
menubar	EVy	X
merge	EWJ	6
message	EXD	P
minimize	EXS	n
minix	EX5	q
minor faults	EYj	e
mirror	EZB	R
misc	EZS	O
miscellaneous	EZg	X
mode	EZ3	K
model	EaB	N
modem	EaO	N
modifier	Eab	W
modify	Eax	T
module	EbE	O
monitor	EbS	w
monochrome	EcC	V
mount	EcX	e
mouse	Ec1	Q
move	EdF	i
ms	Edn	O
mtu	Ed1	j
multimedia	EfR	X
multiple document interface	ETO	/
multitier	HAe	W
namespace	Efo	b
nested	EgD	S
network	EgV	Q
nibble	Egl	t
node	EhS	K
none	Ehc	M
normal distribution	Eho	r
notebook	EiT	6
notepad	EjN	T
notice	Ejg	i
notify	EkC	t
number	Ekv	P
number of	Ek+	V
numbered list	ElT	8
numeric	EmP	R
object code	Emg	Y
oblique	Em4	P
observation	EnH	Z
obsolete	Eng	U
offline	En0	U
offset	EoI	h
online	Eop	R
only	FVg	L
opacity	Eo6	T
open	EpN	O
open source	Epb	BK
operating system	Eql	k
operation	ErJ	V
option	Ery	R
optional	Ere	U
or	EsD	I
order	EsL	o
orientation	Esz	X
origin	EtK	Q
outline	Eta	l
output	Et/	s
override	Eur	3
overstrike	Evi	2
overwrite	EwY	s
owner	ExE	S
pack	ExW	T
package	Exp	Q
packet	Ex5	o
padding	Eyh	U
page	Ey1	O
pager	EzD	R
palette	EzU	R
panel	Ezl	N
parameter	Ezy	V
parcel	E0H	v
parse	E02	R
partition	E1H	v
password	E12	S
paste	E2I	n
patern	E2v	2
path	E3l	Z
peak	E3+	M
peer	E4K	f
pending	E4p	j
pending signal	E5M	h
period	E5t	q
periodic	E6X	T
permission	E6q	X
physical memory	E7B	h
pipe	E7i	BC
pixel	E8k	N
place	E8x	L
plain text	E88	Y
play	E9U	4
please	E+M	Q
plug	E+c	Y
plugged	E/D	g
plugin	E+0	P
point	E/j	w
poisson distribution	FAT	r
policy	FA+	S
polygon	FBQ	R
pool	FBh	BR
port	FCy	L
portrait	FC9	1
post office	FDy	c
postal box	FEO	f
postscript	FEt	X
power management	FFE	0
preemptive	FF4	W
preferences	FGO	Z
prefix	FGn	P
preview	FG2	t
primary colors	FHj	g
print	FID	z
print area	FI2	f
printer	FJV	V
priority	FJq	V
privacy	FJ/	U
private key	FKT	n
private message	FK6	g
problem	FLa	T
process	FLt	Q
process id	FL9	k
processor	FMh	U
prodigy	FM1	+
program	FNz	R
progress	FOE	S
progress bar	FOW	9
project	FPT	R
propagation	FPk	X
properties	FP7	a
proportional font	FQV	r
protected	FRA	U
protection	FRU	X
protocol	FRr	T
provision	FR+	Bs
proxy	FTq	x
public	FUb	P
public key	FUq	b
put	FVF	b
qa	Hqz	h
query	FVr	7
queue	FWm	O
quit	FW0	O
quoting	FXC	Q
radio button	FXS	a
random	FXs	m
range	FYS	BD
rank	FZV	L
rating	FZg	y
ratio	FaS	S
raw	Fak	K
raw data	Fau	V
raw memory	FbD	b
read out	Fbe	e
ready	Fb8	M
real memory	FcI	k
real path	Fcs	Y
real time	FdE	V
reboot	FdZ	S
receive	FeG	R
receptivity	Fdr	b
record	FeX	r
recoverable	FfC	Z
rectangle	Ffb	W
recurrence	Ffx	Y
recursion	FgJ	Z
redisplay	Fgi	W
redo	Fg4	M
refresh	FhE	t
region	Fhx	Q
regular	FiB	T
regular expression	FiU	p
regulate	Fi9	z
reject	Fjw	g
relationship	FkQ	X
release	Fkn	i
remote	FlJ	W
remove	Flf	n
rename	FmG	T
render	FmZ	BF
repeat	Fne	R
replace	Fnv	U
report	FoD	P
require	Fw9	l
reserved blocks	FoS	j
reset	Fo1	1
resident	Fpq	i
resident memory	FqM	k
residual	Fqw	s
resize	Frc	X
resolution	Frz	X
resource element	FsK	b
restart	Fsl	k
restore	FtJ	BE
resume	FuN	r
retrieve	Fu4	V
retry	FvN	o
return	Fv1	n
revert	Fwc	h
rollback	Fxi	h
root	FyD	S
root directory	FyV	l
root window	Fy6	k
rotate	Fze	i
row	F0A	Y
ruler	F0Y	O
run	F0m	q
runtime	F1Q	z
runtime error	F2D	j
sample	F2m	S
sampling	F24	X
saturation	F3P	X
save	F3m	O
scalable	F30	T
scalar	F4H	P
scale	F4W	e
scan	F40	s
schedule manager	F5g	l
scientific notation	F6F	r
scope	F6w	BC
screen	F7y	O
script	F8A	R
scroll	F8R	4
scrollbar	F9J	b
search	F9k	h
search domain	F+F	i
search string	F+n	f
seascape	F/G	y
secondary color	F/4	k
secure channel	GAc	c
secure keyboard	GA4	k
security	GBc	V
segment	GBx	R
select	GCC	f
selection	GCh	T
send	GC0	Q
send to	GDE	Y
sense	GDc	0
sensitive	GEQ	U
separator	GEk	V
server	GE5	P
session	GFI	R
set	GFZ	n
setting	GGA	n
setup	GGn	CU
severity	GI7	n
shade	GRm	d
share	GJi	BD
shared	GSD	j
shared memory	GKl	i
sheet	GLH	d
shell	GLk	f
shift key	GMD	Z
show	GMc	t
shrink	GNJ	T
shut down	GNc	g
signal	GN8	P
signature	GOo	W
signature block	GOL	d
site	GO+	w
skew	GPu	r
skip	GQZ	a
slant	GQz	m
slave	GRZ	N
sleeping	GSm	l
slider	GTL	e
slot	GTp	l
slow terminal	GUO	f
smart	GV9	i
smart terminal	GWf	k
smooth	GXD	Z
snap	GXc	q
snooze	GYG	k
socket	GUt	BQ
solid line	GZD	a
solid model	GYq	Z
sort	GZd	s
sound card	GaJ	c
source	Gal	P
source code	Ga0	Y
space character	GbM	k
spam	Gbw	3
spawn	Gcn	o
special character	GdP	k
spell	Gdz	g
spell checker	GeT	j
splitter	Ge2	U
spool	GfK	Q
spreadsheet	Gfa	n
stabilize	Ggs	X
stack	GhD	O
standard	GhR	T
standard deviation	Ghk	m
start	GiK	N
stat	Gj/	R
state	GiX	N
statistics	Gik	Y
status	Gi8	O
status line	GjK	c
statusbar	Gjm	Z
stereotype	GkQ	W
sticky	Gkm	j
sticky notes	GlJ	e
storage	Gln	p
strikethrough	GmQ	W
string	Gmm	N
stroke	Gmz	u
stub	Gnt	M
style	Gnh	M
subdirectory	Gn5	a
subject	GoT	R
submenu	Gok	S
submit	Go2	j
subnet	GpZ	S
subscript	Gpr	n
substring	GqS	T
subtitle	Gql	V
suffix	Gq6	O
summary	GrI	R
supercomputer	GrZ	0
superscript	GsN	3
support	GtE	R
suspend	GtV	U
swallow	Gxr	k
swap	Gtp	l
switch	GuO	X
symbol	Gul	P
symbolic link	Gu0	l
symmetric control	GvZ	k
sync	Gv9	n
synchronize	Gwk	u
synopsis	GgB	r
syntax error	GyP	h
system	Gyw	P
system administrator	Gy/	u
system call	GxS	Z
system configuration	Gzt	v
system settings	G0c	k
table	G1A	N
table of contents	G1N	b
tag	G1o	P
talk	G13	f
tall	G2W	N
tar archive	G2j	Z
target	G28	j
task	G3f	P
temp file	G3u	c
template	G4r	S
temporary buffer	G49	i
temporary file	G4K	h
term variable	G5f	p
terminal	G61	T
terminal variable	G6I	t
terminate	G7I	V
test	G7d	a
test module	G73	b
text	G8S	L
text area	G8d	Z
text only	G82	V
textual name	G9L	b
theme	G9m	N
third party	HC6	o
thread	G9z	k
threshold	G+X	Q
thumbnail	G+n	W
tier	G+9	Bh
tile	HA0	N
timer	HBB	S
timeslice	HBT	b
timezone	HBu	T
timing	HCB	V
tip	HCW	X
title	HCt	N
todo	HDi	Q
toggle	HDy	R
token	HEa	k
tokenring	HE+	q
tolerance	HED	X
tool	HFo	P
tool menu	HGR	b
toolbar	HGs	Y
toolbox	HHE	c
toolkit	HF3	a
tooltip	HHg	O
top	HHu	L
topic	HH5	P
track	HII	1
transfer	HI9	T
transfer statement	HJQ	s
transitive	HJ8	s
translate	HKo	n
transmission channel	HLP	q
transparent	HL5	Z
transpose	HMS	q
trap	HM8	g
trash	HNc	N
tree	HNp	N
treeview	HN2	k
trigger	HOa	W
trim	HOw	BW
troubleshoot	HQG	n
troubleshooting	HQt	a
tune	HRH	BD
turing machine	HSK	g
type	HSq	K
type bindings	HS0	g
type mismatch	HTU	i
unable to	HT2	9
undelete	HUz	X
underline	HVK	n
undo	HVx	Q
unexpected	HWB	Y
unexpected end	HWZ	m
unexpected error	HW/	n
unicode	HXm	R
uninstall	HX3	s
unit	HYj	O
unix	HYx	L
unknown	HY8	U
unknown host	HZQ	i
unload	HZy	U
unmount	HaG	k
unplugged	Haq	m
unshade	HbQ	o
untitled	Hb4	X
unwrap	H0K	q
update	HcP	n
upgrade	Hc2	h
upload	HdX	U
upside down	Hdr	h
upstream	HeM	R
urgent	Hed	P
usage	Hes	p
user	HfV	R
user defined	Hfm	r
user directory	HgR	7
user interface	HhM	s
username	Hh4	g
valid chars	HiY	e
value	Hi2	P
variable	HjF	T
variance	HjY	U
vector graphics	Hjs	m
vendor	HkS	T
verbose	Hkl	U
verify	Hk5	l
version	Hle	S
vertical	Hlw	T
vertical alignment	HmD	o
vfs	Hmr	g
video	Hn7	k
view	Hof	g
viewer	Ho/	g
viewport	Hpf	a
virtual	Hp5	R
virtual file system	HnL	w
visualization	HqK	b
volume	Hql	O
wallpaper	HrU	R
warning	Hrl	w
watch	HsV	BL
watch dog	Htg	b
watch file	Ht7	f
web	Hua	M
web page	Hum	W
weight	Hu8	R
what you see is what you get	H1s	+
white paper	HxT	Z
width	HvN	Q
wildcard	Hvd	X
window	Hv0	T
window manager	HwH	q
wizard	Hwx	i
word	Hxs	O
work	Hx6	N
workflow	HyH	Y
working directory	Hyf	n
workspace	HzG	c
wrap	Hzi	o
write	H00	P
wysiwyg	H1D	p
x align	H2q	h
your	H3L	L
your computer	H3W	h
zero	H33	L
zigzagline	H4C	d