Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dicar(1) [debian man page]

DICAR(1)						      General Commands Manual							  DICAR(1)

NAME
dicar - Archive Binary Dictionary SYNOPSYS
dicar -t bindic1 dicar -x bindic1 [ bindic2 ] dicar -r bindic1 bindic2 dicar -d bindic1 bindic2 DESCRIPTION
dicar archives binary dictionary bindic1. The hyphen of each option may be omitted. OPTIONS
-t Displays the dictionaries contained in binary dictionary file bindic1. Each displayed name of the dictionaries consists of the text file name followed by extension '.d'. This text file name is that before the dictionary file is converted into the binary file. -x Fetches dictionary bindic2 from bindic1. Bindic2 consists of the text file name followed by extension '.d'. This text file name is that before the dictionary file is converted into the binary file. The fetched file bindic2 becomes a dictionary file in binary format. If bindic2 is omitted, all dictionaries within bindic1 will be fetched. -r Adds to bindic1, all dictionaries that are contained in the dictionary file specified in bindic2. Any dictionary in bindic1 that is contained in bindic1 is overwritten. -d Deletes bindic2 from bindic1. EXAMPLES
% ls chimei.d shima.d % dicar -t shima.d (Text dictionary file name = Directory size + Word size, packed) % dicar r shima.d shima.mwd.d (Replaces shima.mwd.d.) % dicar r shima.d chimedi.d (Adds chimedi.d to shima.d.) % dicar -t shma.d (Text dictionary file name = Directory size + Word size, packed) SEE ALSO
dpbindic(1), mkbindic(1) DICAR(1)

Check Out this Related Man Page

WTOC(1) 						      General Commands Manual							   WTOC(1)

NAME
wtoc - Convert a Wnn text-form dictionary (or dictionaries) into Canna text-form dictionaries SYNOPSIS
wtoc [-f hinshidata] [wnnjisho] [cannajisho] DESCRIPTION
wtoc converts a Wnn text-form dictionary file into Canna text-form dictionary file. If all dictionary files are omitted, the Wnn dictio- nary data is input through the standard input. In this case, the dictionary of the Japanes Input System is output from the standard out- put. If one dictionary file is specified, it will be regarded as a Wnn dictionary. At this time, Canna dictionary output to the standard output. OPTIONS
-f hinshidata The user can add new information about word-type correspondence between Wnn and Canna. The following word-type correspondence information must be described in the hinshidata file. Within one line, describe the Wnn word type name and the Canna word type while delimiting by a space(s) or tab. Wnn word type Canna word type Adverb #F04 EXAMPLE
% wtoc -f tsuikahinshi kihon.u kihon.t Inputs word-type correspondence information from tsuikahinshi, then converts Wnn text-form dictionary kihon.u into the Canna text-form dic- tionary before output. % wtoc special.u | lpr Converts Wnn text-form dictionary special.u into Canna text-form dictionary, then outputs the result to the line printer. SEE ALSO
ctow(1) WTOC(1)
Man Page

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Dictionary File

Could someone please tell me where the dictionary file for Spell is stored. And is it in a text format so I can read it in a windows text editor. Thanks (1 Reply)
Discussion started by: Rukshan
1 Replies

2. 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

3. Shell Programming and Scripting

is it text or binary

I need to know from a script if a given file is a text file (ascii) or binary. I need it in order to do dos2unix on each text file - and not on binary files (1 Reply)
Discussion started by: avnerht
1 Replies

4. Programming

Binary to Text Convertor

Hey Im starting out in C just recently and Im needing a string that converts binary to text, The only way i know of doing this without knowledge of C entirely. Is Making a sorta of library of the entire alphabet in binary for the program to select the text from it to display a sentence. If that... (2 Replies)
Discussion started by: 01doublehelix10
2 Replies

5. UNIX for Dummies Questions & Answers

Reading Files

Hi I need to perform certain tests on information contained in a file, a lot of what is contained in the file is duplicate data, so what I want to do as it is a failrly substantial file size is to start and finish reading from a specifed line in the file. Can someone tell me how to indicate... (3 Replies)
Discussion started by: oop
3 Replies

6. Shell Programming and Scripting

No output

All, I have a small program which reads 2 text files. Text files has the below layout dictionary C_BOX LB_BOX C_CHAIR LB_CHAIR C_HAT LB_HAT lookup C_HAT C_BOX C_CHAIR The program is below #!/bin/bash DICT=$2 exec < $1 while read f1 do nawk -v fld=${f1}... (6 Replies)
Discussion started by: thana
6 Replies

7. Shell Programming and Scripting

binary file conversion

Hello folks, i have a binary text file but i am not able to convert into text format, please suggest. thanks. (2 Replies)
Discussion started by: learnbash
2 Replies