Preferences‎ > ‎

print_clean (-clean)

Description

This parameter determines how the output appears.

Details

 Value Description
 0 All entries are printed
 1 Clean Output: Entries that are redundant are hidden (see example below)

Notes

If the data to be printed is:

A D F G
A D F H
A D F I
B D F J
B E F J
B E F K


with the print_clean parameter set, the output would be:

A D F G
      H
      I
B D F J
  E F J
      K


So for each row, the redundant data is hidden until the data is different that from the row above.

Note that this preference affects both regular and -csv output.

Commands

This preference affects most commands.
Comments