The GNU C Library is the standard system C library for all GNU systems,
and is an important part of what makes up a GNU system. It provides the
system API for all programs written in C and C-compatible languages such
as C++ and Objective C; the runtime facilities of other programming
languages use the C library to access the underlying operating system.
故意改几个单词为错误的来做测试,如下:
library 改为 lirary
systems 改为 ystems
access 改为 acccess
然后使用命令:
aspell check file
那么命令执行后会找出这几个拼写错误的单词。
注意,如果系统安装默认语言不是英文的话,可能是无法找到的。比如我在中文环境下,显示:
Error: No word lists can be found for the language "zh_CN".