diff options
Diffstat (limited to 'fml/doc')
| -rw-r--r-- | fml/doc/en/tutorial/troubleshoot/recipes.address.sgml | 22 | ||||
| -rw-r--r-- | fml/doc/ja/tutorial/troubleshoot/recipes.address.sgml | 33 |
2 files changed, 53 insertions, 2 deletions
diff --git a/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml b/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml index 852115b4..78b22e6c 100644 --- a/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml +++ b/fml/doc/en/tutorial/troubleshoot/recipes.address.sgml @@ -1,5 +1,5 @@ <!-- - $FML$ + $FML: recipes.address.sgml,v 1.1 2006/01/17 04:46:03 fukachan Exp $ --> <qandaentry> @@ -63,3 +63,23 @@ it contains users defined at /etc/passwd or not. </answer> </qandaentry> + + +<qandaentry> + +<question> +<para> +List up all ML addresses containing the specific member address. +</para> +</question> + +<answer> +<para> +For each ML, run the following command: +<screen> +% fml ML list |grep ADDRESS +</screen> +</para> +</answer> + +</qandaentry> 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> |
