File: spell

package info (click to toggle)
aspell 0.60.8.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,304 kB
  • sloc: cpp: 24,374; sh: 12,327; perl: 1,921; ansic: 1,661; makefile: 835; sed: 16
file content (6 lines) | stat: -rwxr-xr-x 121 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/bin/sh

# aspell list mimics the standard unix spell program, roughly.

cat "$@" | aspell list --mode=none | sort -u