← 返回命令列表

Linux command

ispell-wrapper 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Check file with default checker

ispell-wrapper [file.txt]

Force specific checker

ispell-wrapper --ispell=[aspell] [file.txt]

List misspellings

ispell-wrapper -l < [file.txt]

Use specific dictionary

ispell-wrapper -d [english] [file.txt]

说明

ispell-wrapper provides a unified interface to various spell checkers. It wraps aspell, hunspell, or ispell with consistent options. The wrapper chooses the best available checker automatically. It allows scripts to work regardless of which checker is installed.

参数

--ispell _CHECKER_
Specify spell checker (aspell, hunspell, ispell).
-d _DICT_
Dictionary to use.
-a
Pipe mode.
-l
List mode.
--help
Display help information.

FAQ

What is the ispell-wrapper command used for?

ispell-wrapper provides a unified interface to various spell checkers. It wraps aspell, hunspell, or ispell with consistent options. The wrapper chooses the best available checker automatically. It allows scripts to work regardless of which checker is installed.

How do I run a basic ispell-wrapper example?

Run `ispell-wrapper [file.txt]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --ispell _CHECKER_ do in ispell-wrapper?

Specify spell checker (aspell, hunspell, ispell).