유닉스에서 spell명령어가 어떤 텍스트 파일을 참고하나요?

geneven의 이미지

spell명령어가 어떤 텍스트 파일을 참고한다고 알고있거든요?
근데 매뉴얼 페이지에도 설명이 없고.. 초난감 - -;

fx2000의 이미지

usr/share/aspell
usr/share/pspell

아닌가요? --a..

그럼..꾸벅~

세상은 견고하고 삶은 유희가 아니다...

unixguy의 이미지

spell 이 쉘로 되어 있네요.

$ uname -a
Linux linux 2.2.12-20-foh #10 Mon Apr 28 23:55:21 EDT 2003 i686 unknown

$ cat `which spell`
#!/bin/sh

# ispell -l mimicks the standard unix spell program, roughly.

exec ispell -l $*
$

man ispell 하고 FILES 부분 보면

/usr/lib/ispell/english.hash
Hashed dictionary (may be found in some other local
directory, depending on the system).

/usr/lib/ispell/english.aff
Affix-definition file for munchlist

/usr/dict/web2 or /usr/dict/words
For the Lookup function (depending on the WORDS
compilation option).

$HOME/.ispell_hashfile
User's private dictionary

.ispell_hashfile
Directory-specific private dictionary

즐거운 하루 되시기를