danielecook
11/28/2017 - 5:25 PM

Bash ceiling #bash_snippets

Bash ceiling #bash_snippets

awk '{printf("%d\n",$0+=$0<0?0:0.9)}'