실습하는데 잘안되서 뭐가 잘못된건지
%x=1 %x='expr $x + 1' %echo $x
했습니다. x변수에 1이 더해진 값이 출력되는게 정상 아닌가요? 결과가 expr $x + 1 <- 이렇게 나옵니다 ㅡ_ㅡ; 만약 이 결과가 맞는 결과라면 계산해서 값을 보이고 싶으면 어떻게 해야 하는지 알려주세용
' 아니고 ` ... :D
------------------------- The universe is run by the complex interweaving of three elements: matter, energy, and enlightened self-interest. - G'kar, Babylon 5
x=$(($x + 1))
진리를 나의 수준으로 끌어내리지 마라. 나를 진리의 수준으로 끌어올려라. - 배꼽 중에서
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
' 아니고 ` ... :D
' 아니고 ` ... :D
-------------------------
The universe is run by the complex interweaving of three elements: matter, energy, and enlightened self-interest.
- G'kar, Babylon 5
x=$(($x + 1))
x=$(($x + 1))
진리를 나의 수준으로 끌어내리지 마라.
나를 진리의 수준으로 끌어올려라. - 배꼽 중에서
댓글 달기