[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] add verbosity level to htags
From: |
Shigio Yamaguchi |
Subject: |
Re: [PATCH] add verbosity level to htags |
Date: |
Tue, 20 May 2003 10:47:57 +0900 |
> Htags outputs a lot of messages, when -v option is specified.
> It needs a lot of disk spaces for saving. And it is hard for man to read it.
I agree.
> The appended patch is changed so that a verbosity level may be controlled by
the number of -v.
> -vv is equivalent to the present -v.
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?
--
Shigio Yamaguchi <address@hidden> - Tama Communications Corporation
Spare mail address: <address@hidden>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663 C4B6 3CA5 BBB3 57BE DDA3