Posts

Showing posts from June, 2023

Linux Manual Pages and Useful Programs

  Access to   knowledge is critical   to securing a fair and free society. Linux Manual Pages and Useful Programs A typical Linux distribution will consist of thousands of programs and will install most commonly used capabilities by default. This will likely include shells, editors, eMail programs and system utilities. The available programs and capabilities can be increased by installing additional programs. There are many versions and variants of almost every program and new programs are being added frequently. This page lists a few programs that provide commonly used functions. Review the page on  Linux Commands and Concepts  (coming soon) as well as the  Linux Manual Pages  (coming soon) to learn more about available programs and how they work. Editing Spell Spell is a command-line spell-checking program. It reads through a text input and prints each misspelled word on a line of its own. It is implemented as a wrapper for GNU aspell or ispell. ( do...