diff --git a/pages/linux/ispell.md b/pages/linux/ispell.md new file mode 100644 index 000000000..0842141a9 --- /dev/null +++ b/pages/linux/ispell.md @@ -0,0 +1,16 @@ +# ispell + +> Interactive spell checking. +> More information: . + +- Start an interactive session: + +`ispell` + +- Check for typos in the specified file and interactively apply suggestions: + +`ispell {{path/to/file}}` + +- Display the version: + +`ispell -v`