Sponsored Content
Full Discussion: Dictionary File
Top Forums UNIX for Dummies Questions & Answers Dictionary File Post 8 by pingdom_eu on Tuesday 19th of September 2000 05:26:27 AM
Old 09-19-2000
CPU & Memory Dictionary File

/usr/dict/words
or
/usr/share/dict/words

Depending upon the version of UNIX you have.
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

nt to unix dictionary

Has anyone ever encountered a good publication or site that is basically a NT(or DOS) to UNIX Dictionary / Translator (i.e. service = daemon or ren = mv, etc) - I've found lots of websites that list like 20 or so command equivalents, but that's about it- what about differences in system folders,... (3 Replies)
Discussion started by: gsumers
3 Replies

2. UNIX for Dummies Questions & Answers

unix dictionary location

ne1 know where unixs built in dictionary is??? is it in this place /usr/dict/words????? (1 Reply)
Discussion started by: sinner
1 Replies

3. UNIX for Advanced & Expert Users

dictionary words in vim

how can i get the dictionary words in vim using keyboard keys? and how can i get the current directory filename? (1 Reply)
Discussion started by: lakshmananindia
1 Replies

4. Shell Programming and Scripting

how to give dictionary effect ?

Hello, In google: if we type the text like :- It gives us a question saying :- I want to know how to write a shell script to give this Dictionary effect. example:If we give "lst" then it corrects us saying "list". Can you please help me with a sample code! friends..... (3 Replies)
Discussion started by: nsharath
3 Replies

5. UNIX for Dummies Questions & Answers

Unix dictionary.

Hey, I am looking for an inbuilt unix dictionary.I tried to look at the path /usr/dict/word and I do not find anything any dict directory in the /usr folder. Can anyone please tell me how to find out this dictionary? Thanks Lee. (1 Reply)
Discussion started by: leepan2008
1 Replies

6. Shell Programming and Scripting

How do i use sed to replace string with values from a dictionary file

I have file 1 with one million rows. one of the fields is "FIRSTNAME" (the string) I have a second file with about 20 first names. JUDE DAVID HOMER CANE ABEL MARTY CARL SONNY STEVE BERT OSCAR MICKY JAMES JOHN GLENN DOUG (3 Replies)
Discussion started by: yoyolandre
3 Replies

7. Homework & Coursework Questions

How to create a dictionary using cygwin

1. The problem statement, all variables and given/known data: Create a dictionary using cygwin. Display the following menu at the start of execution 1-add a word in the dictionary # specify the meaning 2-search a word # if word exists, show the meaning of the word 2-delete a word... (2 Replies)
Discussion started by: kpopfreakghecky
2 Replies

8. Shell Programming and Scripting

Removing dupes within 2 delimited areas in a large dictionary file

Hello, I have a very large dictionary file which is in text format and which contains a large number of sub-sections. Each sub-section starts with the following header : #DATA #VALID 1 and ends with a footer as shown below #END The data between the Header and the Footer consists of... (6 Replies)
Discussion started by: gimley
6 Replies

9. Shell Programming and Scripting

Creating a dictionary with domain name adjuncted

Hello, I have created a dictionary which has the following structure: DOMAINWORD=(equivalent in English)gloss(es) in Hindi each separated by a comma(equivalent in English)gloss(es) in Hindi each separated by a comma or a semi-colon An example will make this clear ... (13 Replies)
Discussion started by: gimley
13 Replies
CDTOA(1)						      General Commands Manual							  CDTOA(1)

NAME
cdtoa - To convert the binary format of a dictionary back to text format. SYNOPSIS
cdtoa [-n] [-s] [-z] [-e] [-E] infilename [-h cixingfile ] [ usagefreqfile ] DEFAULT PATH
/usr/local/bin/cWnn4/cdtoa DESCRIPTION
To convert the binary format of the dictionary to text format, and output to standard output(stdout). infilename is the name of the input binary format dictionary. The output may be piped into a file by using the ">" command. For example, cdtoa dict.dic > dict.u "dict.u" here is the output text format dictionary, while the "dict.dic" is the input binary format dictionary. usagefreqfile may indicate more than one user usage frequency files (for a particular user). These usage frequency information will be reflected in the text format dictionary created. OPTIONS
-s To order the entries in text dictionary according to Pinyin or Zhuyin. -n To attach sequence numbers to the output. -z To convert the binary format back to text format in Zhuyin. (Note: default is Pinyin) -e If the Hanzi inside the text dictionary contains characters such as space and tab, they will be compacted to special format. (Default) -E If the Hanzi inside the text dictionary contains characters such as space and tab, they will NOT be compacted to special format. -h cixingfile To specify the Cixing definition file. NOTE
1. The parts in [ ] are options. They may be omitted. 2. The Pinyin and Zhuyin dictionary has the same format. 3. The default conversion result of the text dictionary is in Pinyin. 13 May 1992 CDTOA(1)
All times are GMT -4. The time now is 08:47 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy