logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

delwords - Deleting words from specified dictionary collectively

Description

delwords  deletes  words  from  specified  dictionary according to the word information from the standard
       input.  The standard input must be in a format of ``Text Dictionary format'' of Canna.

       dicname must be a ``Text Dictionary format'' which can be rewritten.

Example

         % delwords mydic < remwords

       Deletes words defined in remwords from mydic.

         % catdic mydic | delwords mydic

       Clears the contents of mydic.

                                                                                                     DELWORDS(1)

Name

       delwords - Deleting words from specified dictionary collectively

Options

       -cs cannaserver (or -cannaserver cannaserver)
                   Specifies the hostname on which the specified dictionary is expected to exist.

Synopsis

delwords[{-cs|-cannaserver}cannaserver]dicname

See Also