Ubuntu18.04系统如何用spell检查并输出文件中出现的拼写错误

发布时间:2021-07-30 11:29
 

ubuntu18.04中如何用spell检查并输出文件中出现的拼写错误呢?本文给出详细说明。

1.更新软件列表

sudo apt update

2.安装ispell

sudo apt install spell

3.测试

spell 文件名

本文导读