This is the command sdcv that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
sdcv - console version of StarDict program
SYNOPSIS
sdcv [ options ] [list of words]
DESCRIPTION
sdcv is simple, cross-platform text-base utility for work with dictionaries in StarDict's
format. The word from "list of words" may be string with leading '/' for using Fuzzy
search algorithm, with leading '|' for using full-text search, string may contain '?' and
'*' for using regexp search. It work in interactive and not interactive mode. To exit
from interactive mode press Ctrl+D. In interactive mode, if sdcv was compiled with
readline library support, you can use UP and DOWN keys to work through history.
OPTIONS
-h --help
display help message and exit
-v --verbose
display version and exit
-l --list-dicts
display list of available dictionaries and exit
-u --use-dict filename
for search use only dictionary with this bookname
-n --non-interactive
for use in scripts
--utf8-output
Force sdcv not use conversation to locale charset, output in utf8
--utf8-input
Force sdcv not use conversation from locale charset, suppose that input in utf8
--data-dir path/to/directory
Use this directory as path to stardict data directory. This is mean that sdcv
search dictionaries in data-dir/dic directory.
--color Use ANSI escape code for colorize sdcv output
Use sdcv online using onworks.net services