delwords (1) Linux Manual Page
delwords – Deleting words from specified dictionary collectively
Synopsis
delwords [{-cs|-cannaserver} cannaserver] dicnameDescription
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.
Options
- -cs cannaserver (or -cannaserver cannaserver)
- Specifies the hostname on which the specified dictionary is expected to exist.
Example
% delwords mydic < remwordsDeletes words defined in remwords from mydic.
% catdic mydic | delwords mydicClears the contents of mydic.
