본문 바로가기

카테고리 없음

[Linux] cshell 사칙연산

@ expression 사용

ex) set i = 1

      @ i = $i + 1

      echo $i 

/////////////////////

2