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

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

Re: [shell-script] Duvida manipulação de String s


From: Luiz Alberto
Subject: Re: [shell-script] Duvida manipulação de String s
Date: Sun, 27 Nov 2016 21:32:39 -0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.4.0

On 27-11-2016 21:21, address@hidden [shell-script] wrote:
 

Na mesma linha da solução do Luiz Alberto, poderia ser também:

echo 4244434353314 | gawk -F "" '{ while (++i<NF) printf $i "+"; print $i }'| bc -l

[]'s
Itamar

Muito boa a tua solução Itamar !!!

Luiz A Monteiro


reply via email to

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