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

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

Re: Desafio shellscript - Cálculo de milivolts por metro


From: Raul Libório
Subject: Re: Desafio shellscript - Cálculo de milivolts por metro
Date: Sat, 20 Aug 2016 18:02:53 -0300

Observação rápida:

É preciso converter os valores que estão em volt para milivolt.
Não sei se ficou claro isso, mas de qualquer forma, só estou reforçando :D

Abraços,
Raul Libório
http://rauhmaru.blogspot.com/
openSUSE Member | Linux User #4444581

/etc/httpd/conf.d/ssl.conf:7
# Do NOT simply read the instructions in here without understanding
# what they do.  They're here only as hints or reminders.  If you are unsure
# consult the online docs. You have been warned.


On Sat, Aug 20, 2016 at 5:59 PM, Raul Libório <address@hidden> wrote:
> Senhores, lanço um desafio bem simples:
>
> Um arquivo[1] que possui valores em volts por metro e milivolts por
> metro (V/m e mV/m)
>
> O objetivo é apresentar um script que calcule o total de milivolts
> coletados nesse arquivo.
>
> Exemplo do conteúdo do arquivo:
>
>  512mV/m
> 1.10V/m
> 1.81V/m
> 1.97V/m
> 1.51V/m
> 1.60V/m
> 1.53V/m
>  601mV/m
> 1.35V/m
>  601mV/m
> 1.30V/m
> 1.43V/m
>  998mV/m
>
> Arquivo completo: [1]: http://susepaste.org/5861625
>
> ---
> Lembrando:
> * 1 volt por metro = 1V/m
> * 1 milivolt por metro = 1mV/m, ou 1Vm / 1000
>
> Dica: man bc
>
> Boa sorte a todos!
>
> Raul Libório
> http://rauhmaru.blogspot.com/
> openSUSE Member | Linux User #4444581
>
> /etc/httpd/conf.d/ssl.conf:7
> # Do NOT simply read the instructions in here without understanding
> # what they do.  They're here only as hints or reminders.  If you are unsure
> # consult the online docs. You have been warned.


reply via email to

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