shell-script-pt
[Top][All Lists]
Advanced

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

Re: [shell-script] Somar valores em arquivos diferente


From: Tiago Ribeiro
Subject: Re: [shell-script] Somar valores em arquivos diferente
Date: Tue, 18 Nov 2014 11:12:14 -0200

Júlio, bom dia, veja o retorno.

# paste -d ' ' < ( paste -d+ < ( cut -f3 -d' ' 1ed60b79-8fd0-11e1-9299-00022ad57aa3 ) < ( cut -f3 -d' ' 47cab244-8464-11e3-b1a2-001aa0197ea4 ) | bc )
Missing name for redirect.


Em 17/11/2014, à(s) 22:40, 'Julio C. Neves' address@hidden [shell-script] <address@hidden> escreveu:



Isso deve funcionar, se não funcionar avise:

paste -d ' ' <(paste -d+ <(cut -f3 -d' ' Arq1) <(cut -f3 -d' ' Arq2) <(cut -f3 -d' ' Arqn) | bc)

Abcs,
Julio

--
www.bsdjf.com.br





reply via email to

[Prev in Thread] Current Thread [Next in Thread]