[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] add verbosity level to htags
From: |
Hideki IWAMOTO |
Subject: |
Re: [PATCH] add verbosity level to htags |
Date: |
Tue, 20 May 2003 21:36:05 +0900 |
On Tue, 20 May 2003 10:47:57 +0900, Shigio Yamaguchi wrote...
>
> It seems that the new -v option is almost same with following command line:
>
> % htags -v |& grep -v '^ '
>
> You can even see complete style log with logging short style
>
> % htags -v |& tee /dev/tty | grep -v '^ ' > htags.log
>
> or see short style with logging complete style.
>
> % htags -v |& tee htags.log | grep -v '^ '
>
> Isn't it better to exclude by separated filter?
If you add all the form of the message which htags outputs to a document, I
will agree with you.
----
Hideki IWAMOTO address@hidden