Toggle navigation
Sobre
Linux
Pagina inicial
Perguntas
Tags
Perguntas sobre 'floating-point'
Tags
2
respostas
Comparando uma string pelo valor de um número flutuante com um número
Eu escrevi o código abaixo: for j in 'cat output_10.txt' do dri='echo $j |cut -d':' -f1' nu='echo $j |cut -d':' -f2' tot='echo $j |cut -d':' -f3' fre='echo $j |cut -d':' -f4' if [ $fre > 2 ] then echo "...
11.07.2014 / 17:49