aspell
Verified for current stable LTS
Aspell Command: Show Available Dictionary Languages
An engineer working on a text processing application would use the 'aspell dicts' command to quickly identify and list all available dictionary languages for spell-checking functionality. Exact CLI syntax to show available dictionary languages using Aspell.
When to use this: An engineer working on a text processing application would use the 'aspell dicts' command to quickly identify and list all available dictionary languages for spell-checking functionality.
Command Syntax
aspell dicts aspell dicts Command Breakdown
aspell is the base executable for this command.
FAQ
Purpose: Exact syntax to show available dictionary languages using Aspell.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Aspell Command: Check A Single File
aspell check <path/to/file> Aspell Command: List Misspelled Words From Stdin cat <path/to/file> | aspell list Aspell Command: Run With Different Language aspell --lang <cs> Aspell Command: List Misspelled Words Ignore Personal List cat <path/to/file> | aspell --personal <personal-word-list.pws> list Aspell Command: Show Dictionaries aspell dicts