Cisco GoQAM Informações Técnicas Página 185

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 308
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 184
colsep
4025561 Rev
A
161
The next example shows how the output could be modified to make it more easily
parsed by a program such as Microsoft Excel, which recognizes a comma-separated
values (CSV) file format.
CLI> terminal colsep "," exit
CLI> module modid * exit
CLI> module show control *serv* exit
CHASSIS,SLOT,NAME,SETTING,UNITS
1,7,Service,Off(0),
1,8,Service,Off(0),
1,9,ServiceA,On(1),
1,9,ServiceB,Off(0),
SUCCESS!
CLI>
If the output data itself might contain columns, another character such as | can be
used as a column separator, as shown in the following example:
CLI> terminal colsep "|" exit
CLI> module modid * exit
CLI> module show control *serv* exit
CHASSIS|SLOT|NAME|SETTING|UNITS
1|7|Service|Off(0)
1|8|Service|Off(0)
1|9|ServiceA|On(1)
1|9|ServiceB|Off(0)
SUCCESS!
CLI>
Related Commands
headers
paging
pattern
show (Terminal mode)
Vista de página 184
1 2 ... 180 181 182 183 184 185 186 187 188 189 190 ... 307 308

Comentários a estes Manuais

Sem comentários