spell명령어가 어떤 텍스트 파일을 참고한다고 알고있거든요? 근데 매뉴얼 페이지에도 설명이 없고.. 초난감 - -;
usr/share/aspell usr/share/pspell
아닌가요? --a..
그럼..꾸벅~
세상은 견고하고 삶은 유희가 아니다...
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
즐거운 하루 되시기를
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
움..
usr/share/aspell
usr/share/pspell
아닌가요? --a..
그럼..꾸벅~
세상은 견고하고 삶은 유희가 아니다...
spell 이 쉘로 되어 있네요.$ uname -aLinux
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
즐거운 하루 되시기를
댓글 달기