bash 산술연산 bash arithmetic bash을 이용한 산술연산및 루프 예제 #!/bin/bash start=1000let end="1000+100" echo "$start , $end" for (( c=$start; c unix 2016.06.30