[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [INN2] no bash redirection with getlist



Jens Kubieziel wrote:
 
> I wanted to redirect that output to a file in this way:
> 
>     getlist -h $SERVER active > $SOMEFILE
> 
> getlist writes its output to STDOUT and it seems there is no way to
> redirect that output to a file (i also tried tee).
> 
> Do you know a way to redirect it or is it maybe a bug?

This is a bug, which is AFAIK fixed in unstable.

If you want to redirect the output try
getlist -h $SERVER active 0> $SOMEFILE

-- 
Thomas Weinbrenner



Reply to: