Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Postfix/mantools/   (Postfix Mailserver Version 3.11©)  Datei vom 27.0.2026 mit Größe 264 B image not shown  

Quelle  check-spell-history   Sprache: unbekannt

 
Spracherkennung für: vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#!/bin/sh

# Spellchecks text in the HISTORY file, starting with 2022.

#LANG=C; export LANG
LANG=en_US.UTF-8; export LANG

sed '1,/^2022/d' HISTORY | spell | grep -F -vxf proto/stop | \
 grep -F -vxf proto/stop.spell-cc | \
 grep -F -vxf proto/stop.spell-history

[Dauer der Verarbeitung: 0.13 Sekunden, vorverarbeitet 2026-08-08]