Summary
血で書いたメッセージを送信Reference
Bloody Finger Mailhttp://www.bloodyfingermail.com/
via
Weekly Teinou 蜂 Woman - 2004-06-18http://homepage3.nifty.com/wtbw/d/d/04-6.html#anchor06182004
C先生「ためしてがってん」は,90%以上信頼できる情報です.
「200X」はときどき怪しいものが混じり,「あるある大事典」は,半分は怪しい.
$ mknmz -F /example/doc1 /example/doc2
- 2. -Yオプションを使用する
あとからインデックス対象ディレクトリを追加できる.
$ mknmz /example/doc1
$ mknmz -Y /example/doc2
- 3. インデックスリストを指定する
indexlistはディレクトリを行ごとに列挙する.
$ cat indexlist
/example/doc1
/example/doc2
$ mknmz -F indexlist
インデックス対象を後から確認可能であるという利点がある.
$ mknmz '--exclude=/example/doc/exclude1/.*|/example/doc/exclude2/.*' /home/html/
- 2. mknmzrcで指定する
デフォルトでは $EXCLUDE_PATH = undef;
$EXCLUDE_PATH = "/example/doc/exclude1/.*|/example/doc/exclude2/.*" ;
Replace /example/www/ http://www.example.com/
Replace /example/doc1/ http://doc1.example.com/
Replace /example/doc2/ http://doc2.example.com/