linux/a*, cp: add German translation (#6777)

This commit is contained in:
MeerBiene
2021-10-12 14:01:48 +02:00
committed by GitHub
parent 92558e2eb0
commit fb5e4b8305
24 changed files with 500 additions and 0 deletions

24
pages.de/linux/aspell.md Normal file
View File

@@ -0,0 +1,24 @@
# aspell
> Interaktiver Korrektur Leser.
> Mehr Informationen: <http://aspell.net/>.
- Überprüfe eine einzelne Datei auf Fehler:
`aspell check {{pfad/zur/datei}}`
- Liste falsch geschriebene Worte von Standard Input:
`cat {{file}} | aspell list`
- Zeige verfügbare Wörterbücher Sprachen:
`aspell dicts`
- Nutze aspell mit einem anderen Wörterbuch (nimmt 2-Buchstaben-Sprachkürzel laut ISO 639 Sprach Code):
`aspell --lang={{cs}}`
- Zeige alle falsch geschriebenen Wörter von Standard Input und ignoriere ale Wörter, in deiner persönlichen Wort Liste:
`cat {{file}} | aspell --personal={{persönliche-wort-liste.pws}} {{list}}`