Hi, Ben,

Yes, by default, only the first few rows of the results are printed to 
stdout.  This is prefixed with a header indicating how many rows are 
there altogether.  I would suggest that you output the results into a 
file and work with the file (and redirect the stdout to /dev/null if 
you don't want to see it, or set verbose level to a negative number, 
e.g., -v=-1).

John


On 11/23/2010 12:17 PM, Ben WIlliams wrote:
> Hi John,
> I want ibis to write to stdout, but only data rows without any other
> messages or progress information.
>
> Also, you say that if no output file is given, the output is only
> partially sent to stdout. Does this mean not all the results will be
> printed?
>
> Thanks
> Ben
>
> On Wed, Nov 24, 2010 at 5:43 AM, K. John Wu<[email protected]>  wrote:
>> Hi, Ben,
>>
>> Thanks for your interest in FastBit.  Regarding output from ibis, if you
>> specify -o with a file name, the select values should be exported to the
>> named file without extra information.  If no output file is given, the
>> output is partially sent to stdout (i.e., your terminal). The ibis program
>> also produces some output to indicate its progress. I see two different ways
>> of interpreting your message:
>>
>> (1) You want to suppress the progress information printed from ibis when the
>> verbose level is 0 (not set).
>>
>> (2) There is some output lines showing 'tableSelect ...' in the output file.
>>
>> Maybe you are talking about something completely unrelated to either one of
>> these.  Would you mind elaborate a little?  Thanks.
>>
>> John
>>
>>
>> On 11/22/2010 3:51 PM, Ben WIlliams wrote:
>>>
>>> Hi,
>>> Is it possible to make ibis only output data rows so that the output
>>> can be read by scripts easier? ie omit the output showing tableSelect
>>> ...
>>>
>>> Thanks
>>> Ben
>>> _______________________________________________
>>> FastBit-users mailing list
>>> [email protected]
>>> https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users
>>
_______________________________________________
FastBit-users mailing list
[email protected]
https://hpcrdm.lbl.gov/cgi-bin/mailman/listinfo/fastbit-users

Reply via email to