diff options
| author | fukachan <fukachan> | 2006-01-19 04:34:38 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2006-01-19 04:34:38 +0000 |
| commit | e8416c678d62035e49577f2fc96a919fd04b8860 (patch) | |
| tree | b955e66563275b3c6b070b191f87cbb6819ec0a9 /fml/doc/ja/tutorial/troubleshoot | |
| parent | 1371a732d1099b067f2085b04f2aaca41db0d939 (diff) | |
| download | fml8-e8416c678d62035e49577f2fc96a919fd04b8860.tar.gz fml8-e8416c678d62035e49577f2fc96a919fd04b8860.tar.bz2 fml8-e8416c678d62035e49577f2fc96a919fd04b8860.zip | |
list up all ML addresses containing the specific member address.
Diffstat (limited to 'fml/doc/ja/tutorial/troubleshoot')
| -rw-r--r-- | fml/doc/ja/tutorial/troubleshoot/recipes.address.sgml | 33 |
1 files changed, 32 insertions, 1 deletions
diff --git a/fml/doc/ja/tutorial/troubleshoot/recipes.address.sgml b/fml/doc/ja/tutorial/troubleshoot/recipes.address.sgml index 4ce92d1a..c75e7e44 100644 --- a/fml/doc/ja/tutorial/troubleshoot/recipes.address.sgml +++ b/fml/doc/ja/tutorial/troubleshoot/recipes.address.sgml @@ -1,7 +1,8 @@ <!-- - $FML$ + $FML: recipes.address.sgml,v 1.1 2006/01/17 04:46:04 fukachan Exp $ --> + <qandaentry> <question> <para> @@ -64,3 +65,33 @@ fmlalias は純粋に alias 群を表示します。 </answer> </qandaentry> + + +<qandaentry> + +<question> +<para> +メンバーが所属しているMLをすべて表示したい +</para> +</question> + +<answer> + +<para> +grep と言いたいところですが、grep じゃだめでしょう。メンバーリストがファ +イルとは限らないので、全て出力させてから grep してみないとわかりません。 +たとえば +<screen> +% fml MLアドレス list|grep アドレス +</screen> +を各MLについて繰り返すという作業になります。 +</para> + +<para> +これでも面倒かなぁ、よっぽど繁雑にする作業であればコマンドを用意しても +良いのですが、はてさて… +</para> + +</answer> + +</qandaentry> |
