--- Em [email protected], "Eddy" <[EMAIL PROTECTED]> escreveu
>
> Caros amigos bom dia!
> Seguinte, eu tenho a saída abaixo e to querendo  separar com uma nova
> linha...Tem como?
> Eu uso o AIX (ksh)
> 
> prompt:>wlookup -aLr Endpoint|fgrep hsqd|xargs -n1  wepstatus |egrep 
> '(Endpoint|Address|Current)'
> 
> Endpoint Label      : server
> IP Address          : 172.11.251.225+9484
> Current Status      : connected
> Endpoint Label      : hsqd0476
> IP Address          : 172.11.211.226+9484
> Current Status      : connected
> 
> Quero fazer:
> Endpoint Label      : server
> IP Address          : 172.11.251.225+9484
> Current Status      : connected
> 
> Endpoint Label      : server
> IP Address          : 172.17.251.226+9484
> Current Status      : connected
>

Galera seguinte eu consegui adicionando o seguinte:
|awk '{print} NR % 3 == 0 { print "" }' 

caso alguém tenha outra maneira...Compartilhe
Abraços!
Eddy

Responder a