aspell
Verified for current stable LTS
Aspell Commands
Aspell command syntax with verified terminal examples.
Commands
10 commands for Aspell
aspell Operations
Aspell Command: Check A Single File
aspell check <path/to/file> aspell Operations
Aspell Command: Show Available Dictionary Languages
aspell dicts aspell Operations
Aspell Command: List Misspelled Words From Stdin
cat <path/to/file> | aspell list aspell Operations
Aspell Command: Run With Different Language
aspell --lang <cs> aspell Operations
Aspell Command: List Misspelled Words Ignore Personal List
cat <path/to/file> | aspell --personal <personal-word-list.pws> list aspell Operations
Aspell Command: Show Dictionaries
aspell dicts aspell Operations
Aspell Command: Check File
aspell check <path/to/file> aspell Operations
Aspell Command: List Misspelled
cat <path/to/file> | aspell list aspell Operations
Aspell Command: Change Language
aspell --lang <cs> aspell Operations
Aspell Command: List Misspelled Ignore Personal
cat <path/to/file> | aspell --personal <personal-word-list.pws> list Suggest a Aspell Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Aspell workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.